diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3d771f2..aed2a558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,12 +6,12 @@ on: pull_request: workflow_dispatch: env: - cache_nonce: 1 # Allows for easily busting actions/cache caches + cache_nonce: 0 # Allows for easily busting actions/cache caches nim_version: v1.6.14 jobs: build: strategy: - # fail-fast: false + fail-fast: false matrix: include: - os: linux