Skip to content

Commit

Permalink
Fix windows build (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach authored Apr 14, 2024
1 parent db98012 commit b92fb7a
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 248 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1

- uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -30,7 +31,7 @@ jobs:
- name: Build (release) (all features)
run: cargo build --target i686-pc-windows-msvc --features all --locked --release

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Windows Build
path: |
Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
- name: Build (release) (all features)
run: cargo build --target i686-unknown-linux-gnu --locked --features all --release

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Linux Build
path: |
Expand Down
Loading

0 comments on commit b92fb7a

Please sign in to comment.