Skip to content

Commit

Permalink
install deps on alpine target
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Oct 22, 2024
1 parent 12b7b62 commit d77129c
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 @@ -69,7 +69,7 @@ jobs:
- name: Install deps
shell: alpine.sh --root {0}
run: |
apk add git cmake gcc g++ make
apk add automake autoconf libtool make gcc g++
- name: Build & Test
shell: alpine.sh --root {0}
run: |
Expand Down

0 comments on commit d77129c

Please sign in to comment.