Skip to content

Commit

Permalink
Fix pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn committed May 16, 2024
1 parent b6fa108 commit a7ffa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: sudo apt install -y musl-gcc
- run: sudo apt install -y musl-tools
- 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 a7ffa24

Please sign in to comment.