Skip to content

Commit

Permalink
fixup! fixup! ci: add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Jan 17, 2024
1 parent 91e6149 commit ed6e1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Move libraries
if: runner.os == 'Windows'
working-directory: work
run: cp drivechain/target/x86_64-pc-windows-gnu drivechain/target/debug/libdrivechain_eth.a
run: cp drivechain/target/x86_64-pc-windows-gnu/debug/libdrivechain_eth.a drivechain/target/debug/libdrivechain_eth.a

- name: Compile binary
working-directory: work
Expand Down

0 comments on commit ed6e1a1

Please sign in to comment.