Skip to content

Commit 76ca7f5

Browse files
committed
Use standard GitHub actions form Nim Template.
1 parent 4de6839 commit 76ca7f5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: jiro4989/setup-nim-action@v1
13+
- uses: actions/checkout@v5
14+
- uses: jiro4989/setup-nim-action@v2
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717
- run: nimble test -y
18-
- run: nimble test --gc:orc -y

0 commit comments

Comments
 (0)