Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomaster95 authored May 7, 2024
1 parent 3037a8b commit c5647ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Build Essentials Setup
run: sudo apt update && sudo apt install build-essentials make -y
run: sudo apt update && sudo apt install build-essential make -y
- name: Checkout lowdown repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c5647ee

Please sign in to comment.