Skip to content

Commit

Permalink
update msvc cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Aug 18, 2024
1 parent 82687cb commit c3b6f1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:

- uses: msys2/setup-msys2@v2

- uses: seanmiddleditch/gha-setup-vsdevenv@master
- uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64
export-path-to-vcvarsall: vcvarsall.bat

- name: Build project
run: ./gradlew build_project_windows64
Expand Down

0 comments on commit c3b6f1a

Please sign in to comment.