From 05570aeeb86b9fa37b0c39f096a1cbb401a223b4 Mon Sep 17 00:00:00 2001 From: itsumura-h Date: Fri, 29 Sep 2023 17:39:11 +0000 Subject: [PATCH] actions nim version 1.6.14 --- .github/workflows/static.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ead670f..37c9def 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,7 +33,9 @@ jobs: - name: Install Nim # You may pin to the exact commit or the version. # uses: iffy/install-nim@560f0647083257e632182be888862d69eeb6f2c4 - uses: iffy/install-nim@v4.5.0 + uses: iffy/install-nim@v5 + with: + version: 1.6.14 - name: Install palladian run: nimble install -y - name: Install Bun