From ac408eb4f96062081dacffa5648335273ddddae4 Mon Sep 17 00:00:00 2001 From: alaviss Date: Wed, 31 Jan 2024 22:54:58 +0000 Subject: [PATCH] ci: switch to nim-works/setup-nimskull The repository was moved there and a stable release was tagged --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecf751b..5fb3cac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - if: matrix.compiler.name == 'nimskull' id: nimskull name: Setup Nimskull - uses: alaviss/setup-nimskull@f6e8ade8ac51191024616216e5da0ee968d9da48 + uses: nim-works/setup-nimskull@0.1.0 with: nimskull-version: ${{ matrix.compiler.version }} @@ -89,7 +89,7 @@ jobs: nim c -d:release -o:nimble src/nimble.nim cp nimble "$NIMSKULL_BIN/nimble" env: - NIMSKULL_BIN: ${{ steps.nimskull.outputs.binPath }} + NIMSKULL_BIN: ${{ steps.nimskull.outputs.bin-path }} - name: Fetch libgit2 uses: actions/checkout@v4