Changeset: 18e9a4f1516f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/18e9a4f1516f
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
full windows path's
diffs (12 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -114,7 +114,7 @@ jobs:
- name: ctest
shell: pwsh
run: |
- $env:PATH =
'C:\vcpkg\installed\x64-windows\bin;C:\vcpkg\installed\x64-windows\debug\bin;'
+ $env:PATH
+ $env:PATH =
'C:\MDB\lib;C:\MDB\lib\monetdb5;C:\MDB\bin;C:\vcpkg\installed\x64-windows\bin;C:\vcpkg\installed\x64-windows\debug\bin;'
+ $env:PATH
cd build
cmake --build . --target ${{ runner.os == 'Windows' && 'RUN_TESTS'
|| 'test' }}
if: runner.os == 'Windows'
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]