Skip to content

Commit

Permalink
Remove cross
Browse files Browse the repository at this point in the history
  • Loading branch information
snpefk committed Aug 25, 2024
1 parent 1d64c3f commit 0d8b05a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,9 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
rustc -V
- name: Install cross for mac and windows
run: |
cargo install cross
- name: Build
run: |
cross build --verbose --release --target=${{ matrix.TARGET }} --bin opensi-editor
cargo build --verbose --release --target=${{ matrix.TARGET }} --bin opensi-editor
- name: Rename
run: cp target/${{ matrix.TARGET }}/release/opensi-editor${{ matrix.EXTENSION }} opensi-editor-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
Expand Down

0 comments on commit 0d8b05a

Please sign in to comment.