Skip to content

Commit

Permalink
rbme: use env.bp for setting the cache path to be saved and restored
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Jun 25, 2024
1 parent e7f54de commit 4c02416
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-freecad-app-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
# uses: actions/cache/restore@v2
uses: actions/cache@v2
with:
path: /opt/homebrew
# path: ${{ env.bp }}
# path: /opt/homebrew
path: ${{ env.bp }}
key: ${{ runner.os }}-${{ github.run_id }}-brew
# key: ${{ env.cache-key }}
# key: ${{ env.envHash }}-freecad-deps-${{ runner.os }}-brew
Expand Down Expand Up @@ -162,8 +162,8 @@ jobs:
# NO WORK!
# path: $(brew --prefix)
# WORK!
path: /opt/homebrew
# path: ${{ env.bp }}
# path: /opt/homebrew
path: ${{ env.bp }}
# key: ${{ env.cache-key }}
# key: ${{ env.envHash }}-freecad-deps-${{ runner.os }}-brew
# key: homebrew-packages-${{ runner.os }}-${{ github.run_id }}
Expand Down

0 comments on commit 4c02416

Please sign in to comment.