Skip to content

Commit

Permalink
hopefully fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed Aug 1, 2024
1 parent a6a8e73 commit cf18da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
scheme: full
run: |
apk add make python3 py3-pip rust cargo zip
apk add libc6-dev make python3 py3-pip rust cargo zip
./make.sh
# deploy to github pages
- name: deploy documentation
Expand Down

0 comments on commit cf18da6

Please sign in to comment.