Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Nov 16, 2023
1 parent c659ef6 commit c773a28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ env:
VCPKG_DIR: C:/vcpkg
VCPKG_DEFAULT_BINARY_CACHE: ${{github.workspace}}\cache
RNP_TEST_DATA: ${{github.workspace}}\src\tests\data
LANG: en_US.UTF-8

jobs:
build_and_test:
Expand Down Expand Up @@ -170,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 }}\installed\${{ matrix.arch.triplet }}\bin;%PATH%
set PATH=${{ env.VCPKG_DIR_U }}\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 c773a28

Please sign in to comment.