Skip to content

Commit

Permalink
set path powershell style
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Oct 4, 2024
1 parent 20da14d commit 9c58429
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
- name: Configure
run: |
export PATH=/c/TDM-GCC-5.1.0/bin:/c/TDM-GCC-5.1.0_h/x86_64-w64-mingw32/bin:$PATH
$env:PATH = "C:/TDM-GCC-5.1.0/bin;C:/TDM-GCC-5.1.0_h/x86_64-w64-mingw32/bin;" + $env:PATH
cmake -DCMAKE_CXX_FLAGS=--32 -DCMAKE_SHARED_LINKER_FLAGS=--32 -DCMAKE_C_COMPILER=C:/TDM-GCC-5.1.0/bin/gcc-dw2.exe -DCMAKE_CXX_COMPILER=C:/TDM-GCC-5.1.0/bin/g++-dw2.exe -G Ninja -B build -S .
cat build/CMakeFiles/CMakeOutput.log
- name: Build
run: |
Expand Down

0 comments on commit 9c58429

Please sign in to comment.