Skip to content

Commit

Permalink
Merge pull request #1685 from tgodzik/change-path
Browse files Browse the repository at this point in the history
Another try to fix the visual studio path
  • Loading branch information
tgodzik authored Feb 17, 2022
2 parents 0c7bfcb + 4f0035e commit 12bdc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
shell: bash
- name: Publish GraalVM Native artifacts
run: >-
"C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" &&
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" &&
"%CD%"\bin\sbt-ci-release.bat
shell: cmd
- name: Prepare generated Windows GraalVM binary
Expand Down

0 comments on commit 12bdc7f

Please sign in to comment.