Skip to content

Commit

Permalink
workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Jul 1, 2023
1 parent e4de951 commit 9e0b3f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
targets: ${{ matrix.target }}

- run: pip install "pefile==2023.2.7"
- run: cargo build --verbose --release --target ${{ matrix.target }}
- run: cargo build --verbose --release --target ${{ matrix.target }} --workspace

# Runner is x86_64, can only run i686 and x86_64
- if: contains(matrix.target, '86')
Expand All @@ -36,7 +36,6 @@ jobs:
run: cargo run --verbose --release --target ${{ matrix.target }} -- empty-resource.rc

# Embed resources into a cross-compiled binary, and check.
- run: cargo build --release --target "${{ matrix.target }}" --manifest-path ".github/workflows/msvc/Cargo.toml"
- run: python3 .github/workflows/msvc/test.py ".github/workflows/msvc/target/${{ matrix.target }}/release/embed-resource-msvc-test.exe"
- if: contains(matrix.target, '86')
run: ".github/workflows/msvc/target/${{ matrix.target }}/release/embed-resource-msvc-test.exe"

0 comments on commit 9e0b3f6

Please sign in to comment.