Skip to content

Commit

Permalink
chg name
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy committed Feb 22, 2025
1 parent 4ebc21d commit 5cf35b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gnulinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
- name: TEST (DELETEME)
shell: pwsh
env:
32BIT: ${{ matrix.arch == 32 }}
ARCH_X86: ${{ matrix.arch == 32 }}
MAKE_DOCS: ${{ matrix.documentation }}
run: |
echo $(if ($Env:32BIT) {"-DCMAKE_TOOLCHAIN_FILE=$Env:VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake "
"-DVCPKG_TARGET_TRIPLET=x86-linux "
"-DPhysFS_PREFER_FIND_PACKAGE=ON"})
echo $(if ($Env:ARCH_X86) {"-DCMAKE_TOOLCHAIN_FILE=$Env:VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake "
"-DVCPKG_TARGET_TRIPLET=x86-linux "
"-DPhysFS_PREFER_FIND_PACKAGE=ON"})
echo $Env:MAKE_DOCS
exit 1
Expand Down

0 comments on commit 5cf35b7

Please sign in to comment.