Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 7c5504c

Browse files
committed
Add debugging info
1 parent e7113fa commit 7c5504c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
// Entry in body may not exist, but if it doesn't the should_build_3_4_asan is still correct
5656
const latestRelease34ASanCommit = (release.body.split('\n')[1] ?? "").split('@')[1]
5757
console.log(`Latest release commit: ${latestReleaseCommit}`)
58+
console.log(`Latest 3.4-asan release commit: ${latestRelease34ASanCommit}`)
5859
console.log(`Latest ruby commit: ${latestDevCommit}`)
5960
console.log(`Latest 3.4-asan: ${latest34ASan}`)
6061
core.setOutput('should_build', latestReleaseCommit !== latestDevCommit)

0 commit comments

Comments
 (0)