diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 575f166d..0bb6a479 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: id: cache-nimble uses: actions/cache@v3 env: - cache-name: cache-nimble-modules-2 + cache-name: cache-nimble-modules-3 with: path: ~/.nimble key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('nimble.lock') }} @@ -187,7 +187,7 @@ jobs: id: cache-nimble uses: actions/cache@v3 env: - cache-name: cache-nimble-modules-2 + cache-name: cache-nimble-modules-3 with: path: ~/.nimble key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('nimble.lock') }}