Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ii8 committed Nov 17, 2023
1 parent 7bdf12b commit 219621d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
run: |
curl -sOL https://more.musl.cc/x86_64-linux-musl/${{ matrix.arch.name }}-linux-${{ matrix.libc }}-cross.tgz
tar -xf ${{ matrix.arch.name }}-linux-${{ matrix.libc }}-cross.tgz
sudo mv ${{ matrix.arch.name }}-linux-${{ matrix.libc }}-cross /usr/local/${{ matrix.arch.name }}-linux-${{ matrix.libc }}
rm -r ${{ matrix.arch.name }}-linux-${{ matrix.libc }}-cross.tgz
sudo mv ${{ matrix.arch.name }}-linux-${{ matrix.libc }}-cross /usr/local/${{ matrix.arch.name }}-linux-${{ matrix.libc }}
echo "PATH=/usr/local/${{ matrix.arch.name }}-linux-${{ matrix.libc }}/bin:$PATH" >> "$GITHUB_ENV"
- name: Install toolchain (musl-cross-make)
if: startsWith(matrix.libc, 'musl') && false
Expand Down

0 comments on commit 219621d

Please sign in to comment.