Skip to content

Commit

Permalink
ci: update containers_ci.yml to not try to install libexecinfo-static…
Browse files Browse the repository at this point in the history
…, which is not present on the latest Alpine image
  • Loading branch information
spytheman committed Sep 8, 2023
1 parent 1e38cc0 commit 9f7902b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/containers_ci.yml
Expand Up @@ -42,11 +42,8 @@ jobs:
echo "C Compiler:"
gcc --version
## TODO: fix the container thevlang/vlang:alpine-build, instead of using apk add here:
- name: Add dependencies
run: |
apk add libexecinfo-static
apk add libexecinfo-dev
apk add libc6-compat
- name: Build V
Expand Down

0 comments on commit 9f7902b

Please sign in to comment.