Skip to content

Commit

Permalink
CI: Work on windows workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Nov 22, 2024
1 parent 716ec44 commit b84a491
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/basictest_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,23 @@ jobs:
nctool --pdf Al_sg225.ncmat
if %errorlevel% neq 0 then exit /b %errorlevel%
- name: Fix path
run: echo "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.42.34433\bin\Hostx64\x64" >> $GITHUB_PATH

- name: Find cl.exe
shell: cmd
run: |
echo %PATH%
echo "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
echo "try1
echo "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.42.34433\bin\Hostx64\x64" >> $GITHUB_PATH
echo %PATH%
cl /help
cl.exe /help
echo "try2"
echo %PATH%
echo "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64" >> $GITHUB_PATH
echo %PATH%
echo %PATH%
cl /help
cl.exe /help

0 comments on commit b84a491

Please sign in to comment.