Skip to content

Commit ffab459

Browse files
committed
update github actions
1 parent 94962eb commit ffab459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: jiro4989/setup-nim-action@v1
1616
with:
1717
nim-version: ${{ matrix.nim-version }}
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1819
- run: nimble test --gc:arc -d:release -y
1920
- run: nimble test --gc:arc -d:release -d:pixieNoSimd -y
2021
- run: nimble test --gc:orc -d:release -y

0 commit comments

Comments
 (0)