Skip to content

Commit ac604fe

Browse files
Add step to install Curl in GitHub Actions workflow
1 parent dc4f720 commit ac604fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818

1919
- name: Install GCC
2020
run: sudo apt-get install build-essential -y
21+
22+
- name: Install CURl
23+
run: pkg install clang curl
2124

25+
26+
2227
- name: Build C Project
2328
run: gcc Flash-cli.c -o flash-linux-x64 -lcurl
2429

0 commit comments

Comments
 (0)