Skip to content

Commit 05a2765

Browse files
committed
Fix windows build
1 parent 28597d3 commit 05a2765

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rust.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- uses: ilammy/setup-nasm@v1
1415

1516
- uses: dtolnay/rust-toolchain@stable
1617
with:
@@ -28,7 +29,7 @@ jobs:
2829
- name: Build (release) (all features)
2930
run: cargo build --target i686-pc-windows-msvc --features all --locked --release
3031

31-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3233
with:
3334
name: Windows Build
3435
path: |
@@ -72,7 +73,7 @@ jobs:
7273
- name: Build (release) (all features)
7374
run: cargo build --target i686-unknown-linux-gnu --locked --features all --release
7475

75-
- uses: actions/upload-artifact@v3
76+
- uses: actions/upload-artifact@v4
7677
with:
7778
name: Linux Build
7879
path: |

0 commit comments

Comments
 (0)