From c84aa2188d29cb80686cdfad8e5f4d74d5f2a0aa Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Fri, 19 Jul 2024 14:30:24 +0200 Subject: [PATCH] workaround for release --- .github/workflows/release.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13ef535..5710bd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,9 +74,15 @@ jobs: curl -L "https://curl.se/ca/cacert.pem" -o cacert.pem echo "$PWD" >> $GITHUB_PATH + - uses: jiro4989/setup-nim-action@v2 + with: + nim-version: '2.0.2' # default is 'stable' + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Build nph run: | - nimble setup -l + nimble install -y + # nimble setup -l nimble build -d:release - name: Create archive