From 9bcaead9eae45d741384ceddf11ba710e61ed1bd Mon Sep 17 00:00:00 2001 From: Smooth Operator Date: Sun, 25 Aug 2024 09:02:13 -0400 Subject: [PATCH] syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c321afd..2e7ac89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,8 +105,8 @@ jobs: - name: Build Nimble if: matrix.compiler.name == 'nimskull' - path: nimble run: | + cd ../nimble nim c -d:release -o:nimble src/nimble.nim cp nimble "$NIMSKULL_BIN/nimble" # Add nimble binary folder to PATH too