Skip to content

Commit

Permalink
Temporarily use self-hosted Souffle release
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstatic-morse committed Oct 12, 2021
1 parent 4e46d16 commit 11e1a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- name: Install Souffle
if: contains(matrix.features, 'polonius-souffle')
run: |
curl -s https://packagecloud.io/install/repositories/souffle-lang/souffle/script.deb.sh | sudo bash
sudo apt-get install souffle
wget https://github.com/ecstatic-morse/souffle/releases/download/2.0.2-alpha/souffle-2.0.2-Linux.deb
sudo apt install ./souffle-2.0.2-Linux.deb
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 11e1a00

Please sign in to comment.