Skip to content

Commit

Permalink
+x2
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Jul 1, 2023
1 parent 3ed5e23 commit b22e1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:

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

0 comments on commit b22e1a5

Please sign in to comment.