update github actions
This commit is contained in:
parent
94962eb163
commit
ffab4597a7
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -11,10 +11,11 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: jiro4989/setup-nim-action@v1
|
- uses: jiro4989/setup-nim-action@v1
|
||||||
with:
|
with:
|
||||||
nim-version: ${{ matrix.nim-version }}
|
nim-version: ${{ matrix.nim-version }}
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: nimble test --gc:arc -d:release -y
|
- run: nimble test --gc:arc -d:release -y
|
||||||
- run: nimble test --gc:arc -d:release -d:pixieNoSimd -y
|
- run: nimble test --gc:arc -d:release -d:pixieNoSimd -y
|
||||||
- run: nimble test --gc:orc -d:release -y
|
- run: nimble test --gc:orc -d:release -y
|
||||||
|
|
Loading…
Reference in a new issue