Skip to content

Commit

Permalink
Fix CI git describe error by busting the cache. (#219)
Browse files Browse the repository at this point in the history
The error does not repro locally with cache or no; so try this.
  • Loading branch information
jsirois authored Jul 3, 2023
1 parent 622df25 commit c7d140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ env.SCIE_PANTS_DEV_CACHE }}
key: ${{ matrix.os }}-scie-pants-v4
key: ${{ matrix.os }}-scie-pants-v5
- name: Build, Package & Integration Tests
if: ${{ matrix.os == 'macOS-10.15-X64' || matrix.os == 'macOS-11-ARM64'}}
run: |
Expand Down

0 comments on commit c7d140a

Please sign in to comment.