mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
Change build architecture to amd64
The precompiled capture DLL will still be x86
This commit is contained in:
parent
4551948460
commit
79608d0518
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [windows]
|
||||
goarch: ["386"]
|
||||
goarch: ["amd64"]
|
||||
|
||||
steps:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user