diff --git a/.github/workflows/blank.yml b/.github/workflows/ci.yml similarity index 82% rename from .github/workflows/blank.yml rename to .github/workflows/ci.yml index fa86554..70ef598 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,9 @@ jobs: - uses: actions/checkout@v3 - name: Installing choosenim - run: curl https://nim-lang.org/choosenim/init.sh -sSf | sh - + run: | + curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh + sh init.sh -y + - name: Testing run: nimble test