From 81e3dbb51b7214325e3971bef5f42acb1f528a1d Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Tue, 17 Jan 2023 17:47:21 -0600 Subject: [PATCH] update --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cae1b13..3e1c4f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: jiro4989/setup-nim-action@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - run: nimble test - run: nimble test --gc:orc