Skip to content

Commit 12bdc7f

Browse files
authored
Merge pull request #1685 from tgodzik/change-path
Another try to fix the visual studio path
2 parents 0c7bfcb + 4f0035e commit 12bdc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
shell: bash
213213
- name: Publish GraalVM Native artifacts
214214
run: >-
215-
"C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" &&
215+
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" &&
216216
"%CD%"\bin\sbt-ci-release.bat
217217
shell: cmd
218218
- name: Prepare generated Windows GraalVM binary

0 commit comments

Comments
 (0)