Changeset: b27cf097fa52 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b27cf097fa52 Modified Files: .github/workflows/linux.yml Branch: default Log Message:
maybe runner is know within the steps only diffs (15 lines): diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -42,9 +42,9 @@ jobs: - os: ubuntu-latest c_compiler: cl runs-on: ${{ matrix.os }} - env: - CTEST: ${{ runner.os == 'Windows' && 'RUN_TESTS' || 'test' }} steps: + env: + CTEST: ${{ runner.os == 'Windows' && 'RUN_TESTS' || 'test' }} - name: Checkout uses: actions/checkout@v3 with: _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org