Skip to content

Commit 0fb5d4c

Browse files
ci: control run — build v1.3.4 (pre-fix) under empty java_home to confirm cascade
1 parent 3eb09b2 commit 0fb5d4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/repro-issue18.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
runs-on: macos-latest
1414

1515
steps:
16-
- name: Checkout
16+
- name: Checkout v1.3.4 source (CONTROL — pre-ensurer; expect the cascade to reproduce)
1717
uses: actions/checkout@v4
18+
with:
19+
ref: v1.3.4
1820

1921
# Temurin is only used to RUN the Maven build. The JavaLens product itself
2022
# is later launched under a SDKMAN-managed Corretto JVM (the reporter's setup).

0 commit comments

Comments
 (0)