Skip to content

Commit 21b37ad

Browse files
committed
fix workflow for 64 bit build
1 parent 9576dff commit 21b37ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
rust-64:
3232
name: Build 64 bit version and test it (don't both repeating for 32 bit version)
33-
runs-on: ubuntu-latest
33+
runs-on: windows-latest # needs to run on windows because of bzip2
3434
steps:
3535
- name: Checkout code
3636
uses: actions/checkout@v3

0 commit comments

Comments
 (0)