Skip to content

Commit

Permalink
rbme: foo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Jun 25, 2024
1 parent ac54875 commit e7f54de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-freecad-app-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,17 @@ jobs:
with:
path: /opt/homebrew
# path: ${{ env.bp }}
key: ${{ runner.os }}-brewdeps
key: ${{ runner.os }}-${{ github.run_id }}-brew
# key: ${{ env.cache-key }}
# key: ${{ env.envHash }}-freecad-deps-${{ runner.os }}-brew
# key: homebrew-packages-${{ runner.os }}-${{ github.run_id }}
# restore-keys: |
# homebrew-packages-${{ runner.os }}-
# homebrew-packages-${{ runner.os }}
restore-keys: |
${{ runner.os }}-brewdeps
${{ runner.os }}-${{ github.run_id }}-brew
${{ runner.os }}-*-brew
${{ runner.os }}-
- name: Remove preinstalled Homebrew packages
if: steps.cache-restore.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -166,7 +168,7 @@ jobs:
# key: ${{ env.envHash }}-freecad-deps-${{ runner.os }}-brew
# key: homebrew-packages-${{ runner.os }}-${{ github.run_id }}
# key: ${{ steps.cache-brewdeps-restore.outputs.cache-primary-key }}
key: ${{ runner.os }}-brewdeps
key: ${{ runner.os }}-${{ github.run_id }}-brew

# - name: intentionally fail
# run: exit 1
Expand Down

0 comments on commit e7f54de

Please sign in to comment.