Skip to content

Commit

Permalink
fck window weird path.namings
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 25, 2024
1 parent d4348ca commit f556d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/VcpkgPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ jobs:
- name: run test
shell: bash
run: |
echo "Replacing annoying windows backslashes with forward slashes in VCPKG_ROOT"
echo "before VCPKG_ROOT=$VCPKG_ROOT"
VCPKG_ROOT=$(python -c "print('${{ github.workspace }}/vcpkg'.replace('\\\\', '/'))")
echo "after VCPKG_ROOT=$VCPKG_ROOT"
export VCPKG_ROOT
export VCPKG_ROOT=$(pwd)/vcpkg
cd .github/ci_vcpkg_package_tests
python run_ci_vcpkg_package_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ jobs:
# This will read the dependencies from the vcpkg.json file,
# and the CMake preset from CMakePresets.json
run: |
echo "Replacing annoying windows backslashes with forward slashes in VCPKG_ROOT"
echo "before VCPKG_ROOT=$VCPKG_ROOT"
VCPKG_ROOT=$(python -c "print('${{ github.workspace }}/vcpkg'.replace('\\\\', '/'))")
echo "after VCPKG_ROOT=$VCPKG_ROOT"
export VCPKG_ROOT
export VCPKG_ROOT=$(pwd)/vcpkg
mkdir build
cd build
cmake .. --preset build_vcpkg_default -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit f556d7e

Please sign in to comment.