mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-07 07:53:05 +00:00
Adjust os target in ci
This commit is contained in:
parent
c1028c95b3
commit
9d8e6f2743
2
.github/workflows/artifacts.yml
vendored
2
.github/workflows/artifacts.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
mingw-w64-i686-toolchain
|
||||
|
||||
- name: MSYS2 (Windows amd64)
|
||||
if: runner.os == 'Windows' && matrix.target.cpu == 'amd64' && steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
if: matrix.target.nim_os == 'windows' && matrix.target.cpu == 'amd64' && steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
path-type: inherit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user