Changeset: c3e7dd084639 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c3e7dd084639
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
use bin sub path ..
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
@@ -54,7 +54,7 @@ jobs:
run: |
#cd build
#cmake --build . --target mtest
- $HOME/${{ matrix.branch }}/Mtest.py -r --debug=0
+ $HOME/${{ matrix.branch }}/bin/Mtest.py -r --debug=0
#-
#uses: actions/upload-artifact@v3
#name: Publish Linux binary wheels
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]