We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc1531 commit 555ea8dCopy full SHA for 555ea8d
.github/workflows/macos-installer.yml
@@ -35,6 +35,12 @@ jobs:
35
uses: actions/setup-go@v6
36
with:
37
go-version: ${{ matrix.go }}
38
+ cache: false
39
+ - name: Debug checkout
40
+ run: |
41
+ echo "HEAD: $(git rev-parse --short=6 HEAD)"
42
+ echo "PR head: ${{ github.event.pull_request.head.sha }}"
43
+ git log --oneline -3
44
- name: Build macOS installer
45
run: make NO_CODESIGN=1 out/macos-universal/crc-macos-installer.pkg
46
- name: Upload macOS installer artifact
0 commit comments