Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 19, 2024
1 parent 046fe1e commit df749bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
target: 'desktop'
- name: Set up MSVC environment
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
set CL=/MP
- name: Build
run: |
Expand All @@ -210,7 +210,7 @@ jobs:
cd src
nmake install
cd test
call testall.bat
testall.bat
cd ..\..\tools
nmake install
cd ..
Expand All @@ -221,7 +221,7 @@ jobs:
nmake install
- name: Test
run: |
call tools\releasetest\releasetest.bat
tools\releasetest\releasetest.bat
# build-windows-msvc2019-qt6_7:
# runs-on: windows-latest
Expand Down

0 comments on commit df749bd

Please sign in to comment.