Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Nimaoth/Absytree
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Jul 28, 2024
2 parents 5ab8ae1 + 1a0b905 commit 1f2e750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-2
cache-name: cache-nimble-modules-3
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-2
cache-name: cache-nimble-modules-3
with:
path: ~/.nimble
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('nimble.lock') }}
Expand Down

0 comments on commit 1f2e750

Please sign in to comment.