Skip to content

Commit 555ea8d

Browse files
committed
workflow: debug step to confirm code revision
1 parent bdc1531 commit 555ea8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/macos-installer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
uses: actions/setup-go@v6
3636
with:
3737
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
3844
- name: Build macOS installer
3945
run: make NO_CODESIGN=1 out/macos-universal/crc-macos-installer.pkg
4046
- name: Upload macOS installer artifact

0 commit comments

Comments
 (0)