We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb69c0 commit 0b11abaCopy full SHA for 0b11aba
.github/workflows/check-release-builds.yml
@@ -60,8 +60,7 @@ jobs:
60
cabal-version: ${{ matrix.cabal-version }}
61
62
- name: 🛠️ Setup system dependencies (Linux)
63
- if: ${{ env.full-run }}
64
- if: ${{ runner.os == 'Linux' }}
+ if: ${{ runner.os == 'Linux' && env.full-run }}
65
run: sudo apt-get update && sudo apt-get -y install liburing-dev librocksdb-dev
66
env:
67
DEBIAN_FRONTEND: "noninteractive"
0 commit comments