Skip to content

Commit

Permalink
Add apt install for musl-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed May 16, 2024
1 parent fd3a6b8 commit b6fa108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: sudo apt install -y musl-gcc
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup target add --toolchain ${{ matrix.toolchain }} ${{ matrix.target }}
- run: cd server && cargo build --target ${{ matrix.target }}

0 comments on commit b6fa108

Please sign in to comment.