mirror of
https://github.com/status-im/nim-stew.git
synced 2025-01-09 11:45:42 +00:00
upgrade github action to v3
This commit is contained in:
parent
447b23d3bf
commit
25aab846f1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
|||||||
- name: Restore Nim DLLs dependencies (Windows) from cache
|
- name: Restore Nim DLLs dependencies (Windows) from cache
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
id: windows-dlls-cache
|
id: windows-dlls-cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: external/dlls-${{ matrix.target.cpu }}
|
path: external/dlls-${{ matrix.target.cpu }}
|
||||||
key: 'dlls-${{ matrix.target.cpu }}'
|
key: 'dlls-${{ matrix.target.cpu }}'
|
||||||
@ -160,5 +160,6 @@ jobs:
|
|||||||
nim --version
|
nim --version
|
||||||
nimble --version
|
nimble --version
|
||||||
nimble install -y --depsOnly
|
nimble install -y --depsOnly
|
||||||
|
rm -f nimble.lock
|
||||||
env NIMLANG=c nimble test
|
env NIMLANG=c nimble test
|
||||||
env NIMLANG=cpp nimble test
|
env NIMLANG=cpp nimble test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user