Skip to content

Commit c1c3a6b

Browse files
committed
Added missing dep.
1 parent 13ff77b commit c1c3a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
if [[ "$RUNNER_OS" == "Linux" ]]; then
2828
sudo apt-get update
29-
sudo apt-get install -y make
29+
sudo apt-get install -y make curl
3030
fi
3131
3232
- name: Build with Make

0 commit comments

Comments
 (0)