Skip to content

Commit

Permalink
use cargo
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <ndemacon@scaleway.com>
  • Loading branch information
quantumsheep committed Feb 16, 2024
1 parent d2a4c5b commit 99103ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build
run: cross build --release --target ${{ matrix.target.rust-target }}
run: cargo build --release --target ${{ matrix.target.rust-target }}

- name: Set .exe extension for Windows
run: echo "EXTENSION=.exe" >> $GITHUB_ENV
Expand Down

0 comments on commit 99103ab

Please sign in to comment.