Skip to content

Commit

Permalink
Added missing dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Oct 25, 2024
1 parent 13ff77b commit c1c3a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
if [[ "$RUNNER_OS" == "Linux" ]]; then
sudo apt-get update
sudo apt-get install -y make
sudo apt-get install -y make curl
fi
- name: Build with Make
Expand Down

0 comments on commit c1c3a6b

Please sign in to comment.