Changeset: ca187134460b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ca187134460b Modified Files: .github/workflows/linux.yml Branch: Dec2023 Log Message:
use proper and in github action 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 @@ -88,7 +88,7 @@ jobs: -DBISON_EXECUTABLE=/usr/local/opt/bison/bin/bison \ -DCMAKE_SUMMARY=ON make install -j3 - if: runner.os == 'macOS' and runner.arch == 'x64' + if: runner.os == 'macOS' && runner.arch == 'x64' - name: make MonetDB on macos run: | @@ -104,7 +104,7 @@ jobs: -DBISON_EXECUTABLE=/opt/homebrew/opt/bison/bin/bison \ -DCMAKE_SUMMARY=ON make install -j3 - if: runner.os == 'macOS' and runner.arch == 'arm64' + if: runner.os == 'macOS' && runner.arch == 'arm64' - name: choco packages run: | _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org