Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth authored Jul 21, 2024
1 parent 203c4e9 commit 9e1495d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
id: cache-nimble
uses: actions/cache@v3
env:
cache-name: cache-nimble-modules
cache-name: cache-nimble-modules-2
with:
path: ~/.nimble
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('nimble.lock') }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
id: cache-nimble
uses: actions/cache@v3
env:
cache-name: cache-nimble-modules
cache-name: cache-nimble-modules-2
with:
path: ~/.nimble
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('nimble.lock') }}
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
id: cache-nimble
uses: actions/cache@v3
env:
cache-name: cache-nimble-modules
cache-name: cache-nimble-modules-2
with:
path: ~/.nimble
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('nimble.lock') }}
Expand Down

0 comments on commit 9e1495d

Please sign in to comment.