Changeset: f04055373ba7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f04055373ba7
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
env not allowed in steps..
diffs (21 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -43,8 +43,6 @@ jobs:
c_compiler: cl
runs-on: ${{ matrix.os }}
steps:
- env:
- CTEST: ${{ runner.os == 'Windows' && 'RUN_TESTS' || 'test' }}
- name: Checkout
uses: actions/checkout@v3
with:
@@ -104,6 +102,8 @@ jobs:
if: runner.os == 'Windows'
- name: ctest
+ env:
+ CTEST: ${{ runner.os == 'Windows' && 'RUN_TESTS' || 'test' }}
run: |
cd build
cmake --build . --target ${{ CTEST }}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]