mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 13:33:10 +00:00
FIx CI
This commit is contained in:
parent
b2a483b9fd
commit
257821cdc4
4
.github/workflows/artifacts.yml
vendored
4
.github/workflows/artifacts.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
make libcodex
|
||||
|
||||
- name: MSYS2 (Windows i386)
|
||||
if: runner.os == 'Windows' && matrix.target.cpu == 'i386' && steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
if: runner.os == 'windows' && matrix.target.cpu == 'i386' && steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
path-type: inherit
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
mingw-w64-i686-toolchain
|
||||
|
||||
- name: MSYS2 (Windows amd64)
|
||||
if: matrix.target.nim_os == 'windows' && matrix.target.cpu == 'amd64' && steps.cache-libcodex.outputs.cache-hit != 'true'
|
||||
if: matrix.target.nim_os == 'windows' && matrix.target.cpu == 'amd64'
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
path-type: inherit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user