Skip to content

Commit cbdd1d9

Browse files
committed
Remove caching from gon
Addresses warning when cache was attempting to clean up post install
1 parent 2f9f4c6 commit cbdd1d9

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/sign-macos.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,9 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

36-
- name: Cache gon binary
37-
id: cache-gon
38-
uses: actions/cache@v4
39-
with:
40-
path: gon
41-
key: gon-${{ env.GON_VERSION }}
42-
43-
- name: Download and install gon
44-
if: steps.cache-gon.outputs.cache-hit != 'true'
36+
- name: Install gon
4537
run: .github/scripts/release/macos/install-gon.sh ${{ env.GON_VERSION }}
4638

47-
- name: Verify gon installation
48-
run: gon --version
49-
5039
- name: Sign macOS binaries
5140
env:
5241
AC_PASSWORD: ${{ secrets.MACOS_AC_PASSWORD }}

0 commit comments

Comments
 (0)