Skip to content

Commit 4e46d16

Browse files
CI: Don't install Souffle unless needed
1 parent 2ce712d commit 4e46d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
fetch-depth: 1
6464

6565
- name: Install Souffle
66+
if: contains(matrix.features, 'polonius-souffle')
6667
run: |
6768
curl -s https://packagecloud.io/install/repositories/souffle-lang/souffle/script.deb.sh | sudo bash
6869
sudo apt-get install souffle

0 commit comments

Comments
 (0)