Skip to content

Commit

Permalink
try windows build without cargo auditable
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 19, 2024
1 parent f64e7bd commit b3084ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ jobs:
continue-on-error: true
- run: tar xf intel-sde/sde-external-9.0.0-2021-11-07-win.tar.xz && echo SDE_PATH=$(cygpath -u $GITHUB_WORKSPACE)/sde-external-9.0.0-2021-11-07-win/sde.exe | tee $GITHUB_ENV
if: steps.sde.outcome == 'success'
- run: cargo install --force cargo-auditable
- run: cargo auditable build --release --target x86_64-pc-windows-gnu -vv
- run: cargo build --release --target x86_64-pc-windows-gnu -vv
- run: mv target/x86_64-pc-windows-gnu/release/fishnet.exe fishnet-x86_64-pc-windows-gnu.exe
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b3084ec

Please sign in to comment.