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 2ce712d commit 4e46d16Copy full SHA for 4e46d16
.github/workflows/ci.yml
@@ -63,6 +63,7 @@ jobs:
63
fetch-depth: 1
64
65
- name: Install Souffle
66
+ if: contains(matrix.features, 'polonius-souffle')
67
run: |
68
curl -s https://packagecloud.io/install/repositories/souffle-lang/souffle/script.deb.sh | sudo bash
69
sudo apt-get install souffle
0 commit comments