Skip to content

Commit

Permalink
Fix "ring" not finding musl-gcc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jan 17, 2025
1 parent 651aca0 commit f2e085c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
runs-on: ${{ matrix.target.runner }}
container:
image: ghcr.io/inko-lang/ci:fedora
env:
# This is needed because when setting an explicit target, "ring" looks for
# `aarch64-linux-musl-gcc` instead of using `musl-gcc`.
CC_aarch64_unknown_linux_musl: musl-gcc
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down

0 comments on commit f2e085c

Please sign in to comment.