Skip to content

Commit

Permalink
install mingw for windos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Jun 21, 2024
1 parent fb2f436 commit 73c0449
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 @@ -19,7 +19,7 @@ jobs:
- name: "Windows"
os: ubuntu-latest
out_paths: './target/x86_64-pc-windows-gnu/release/geode.exe'
static: ''
static: 'sudo apt-get install gcc-mingw-w64'
id: win
target: x86_64-pc-windows-gnu

Expand Down

0 comments on commit 73c0449

Please sign in to comment.