From 1d45f279343e21f0bdfbce70058f8a922ca0aaad Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 13 Sep 2024 09:33:57 -0500 Subject: [PATCH] use setup not install --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4e1c3a..2460424 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Build Environment run: | nimble install -Y 'https://github.com/nim-lang/atlas.git@#f7ade65f' forge - nimble install -Y -d + nimble setup -Y -l - name: Create artifact bundles run: nim release && nim bundle