Skip to content

Commit 0b11aba

Browse files
committed
WIP
1 parent acb69c0 commit 0b11aba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-release-builds.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
cabal-version: ${{ matrix.cabal-version }}
6161

6262
- name: 🛠️ Setup system dependencies (Linux)
63-
if: ${{ env.full-run }}
64-
if: ${{ runner.os == 'Linux' }}
63+
if: ${{ runner.os == 'Linux' && env.full-run }}
6564
run: sudo apt-get update && sudo apt-get -y install liburing-dev librocksdb-dev
6665
env:
6766
DEBIAN_FRONTEND: "noninteractive"

0 commit comments

Comments
 (0)