Skip to content

Commit 8718868

Browse files
committed
print the build environment details
[git-p4: depot-paths = "//dev/main.cpp/": change = 100192]
1 parent 1d755ec commit 8718868

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ jobs:
6060
distribution: 'oracle'
6161
java-version: '17'
6262

63-
- name: Print Java version
64-
run: java -version
63+
- name: Print build environment info
64+
run: |
65+
. ./bin/cfglocal.sh
6566
6667
# Build
6768
- name: Build

0 commit comments

Comments
 (0)