diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 62cda3f..63dbe75 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -28,7 +28,7 @@ jobs: # nimble test - name: Install fmu.nim run: | - nimble install + nimble install -y - name: inc run: |