From ffab4597a7b7caf72ecc9815ed48f214be8c2a8e Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Sat, 14 Jan 2023 22:56:12 -0600 Subject: [PATCH] update github actions --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1133657..373ec9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,10 +11,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: jiro4989/setup-nim-action@v1 with: 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 -d:pixieNoSimd -y - run: nimble test --gc:orc -d:release -y