Skip to content

Commit

Permalink
Merge #3277
Browse files Browse the repository at this point in the history
3277: Fix red CI on master r=fschutt a=fschutt

The proper TARGET_DIR for windows is `target/release`, not `target/x86_64-windows-msvc/release`


Co-authored-by: Felix Schütt <[email protected]>
  • Loading branch information
bors[bot] and fschutt authored Nov 3, 2022
2 parents 9a7877b + 3b36292 commit 1b7ffd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-sys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ jobs:
export WASMER_DIR=`pwd`/package
make test-integration-cli
env:
TARGET: ${{ matrix.target }}
TARGET_DIR: target/${{ matrix.target }}/release
TARGET: x86_64-pc-windows-msvc
TARGET_DIR: target/release
CARGO_TARGET: --target x86_64-pc-windows-msvc
- name: Test
if: matrix.run_test && matrix.os != 'windows-2019'
Expand Down

0 comments on commit 1b7ffd8

Please sign in to comment.