Skip to content

Commit

Permalink
fix: empty base-path for non-macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox authored and lukka committed Mar 22, 2023
1 parent faacf16 commit bd97429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: ${{ matrix.os }}-build_and_unit_test
base-path: ${{ runner.os == 'macOS' && './' || '__tests__/theAssets/vcpkg_project/' }}
base-path: ${{ runner.os != 'macOS' && '__tests__/theAssets/vcpkg_project/' || '' }}
debug: true

tests:
Expand Down

0 comments on commit bd97429

Please sign in to comment.