File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 98
98
id : gtest
99
99
uses : ./.github/actions/get-gtest
100
100
101
+ - name : ' check computer'
102
+ id : check-files
103
+ run : |
104
+ echo listing '/c/Program Files'
105
+ find '/c/Program Files'
106
+ echo using ls:
107
+ ls -lR '/c/Program Files'
108
+ echo listing '/c/Program Files (x86)'
109
+ find '/c/Program Files (x86)'
110
+ echo using ls:
111
+ ls -lR '/c/Program Files (x86)'
112
+ env :
113
+ # We need a minimal PATH on Windows
114
+ # Set PATH to "", so just GITHUB_PATH is included
115
+ PATH : ' '
116
+ shell : env /usr/bin/bash --login -eo pipefail {0}
117
+
101
118
- name : ' Check toolchain installed'
102
119
id : toolchain-check
103
120
run : |
@@ -128,7 +145,6 @@ jobs:
128
145
--with-boot-jdk=${{ steps.bootjdk.outputs.path }}
129
146
--with-jtreg=${{ steps.jtreg.outputs.path }}
130
147
--with-gtest=${{ steps.gtest.outputs.path }}
131
- --with-msvc-toolset-version=${{ inputs.msvc-toolset-version }}
132
148
--with-jmod-compress=zip-1
133
149
${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
134
150
echo "Dumping config.log:" &&
You can’t perform that action at this time.
0 commit comments