Skip to content

Commit

Permalink
Fixing workflow (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Nov 16, 2023
1 parent a8957e2 commit 238357b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ concurrency:
cancel-in-progress: true

env:
VCPKG_DIR: C:/vcpkg
VCPKG_DIR: C:\vcpkg
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}\cache
RNP_TEST_DATA: ${{github.workspace}}\src\tests\data
LANG: en_US.UTF-8
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
# ctest --parallel ${{ env.CORES }} --test-dir build -R rnp_tests -C Debug --output-on-failure
# ctest --parallel ${{ env.CORES }} --test-dir build -C Release --output-on-failure
run: |
set PATH=${{ env.VCPKG_DIR_U }}\installed\${{ matrix.arch.triplet }}\bin;%PATH%
set PATH=${{ env.VCPKG_DIR }}\installed\${{ matrix.arch.triplet }}\bin;%PATH%
mkdir "build\Testing\Temporary"
copy "cmake\CTestCostData.txt" "build\Testing\Temporary"
ctest --parallel ${{ env.CORES }} --test-dir build -C Release --output-on-failure

0 comments on commit 238357b

Please sign in to comment.