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 cc7ad78 commit e6e3d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
cp libdl.a C:/mingw64/lib/
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: ${{ runner.os == 'Windows' && 'x86_64-pc-windows-gnu' || '' }}

- name: Compile rust lib
shell: bash
Expand Down

0 comments on commit e6e3d53

Please sign in to comment.