Skip to content

Commit

Permalink
Downgrade to souffle 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-tielen committed May 5, 2024
1 parent 1843f11 commit d8456aa
Show file tree
Hide file tree
Showing 5 changed files with 905 additions and 1,718 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
cabal-version: 'latest'
- name: Install Souffle
run: |
wget https://github.com/souffle-lang/souffle/releases/download/2.3/x86_64-ubuntu-2004-souffle-2.3-Linux.deb
wget https://github.com/souffle-lang/souffle/releases/download/2.2/x86_64-ubuntu-2004-souffle-2.2-Linux.deb
sudo apt install mcpp libffi7
sudo dpkg -i ./x86_64-ubuntu-2004-souffle-2.3-Linux.deb
sudo dpkg -i ./x86_64-ubuntu-2004-souffle-2.2-Linux.deb
- name: Cache
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM primordus/souffle-ubuntu:2.3
FROM primordus/souffle-ubuntu:2.2

SHELL [ "/bin/bash", "-c" ]

Expand Down
Loading

0 comments on commit d8456aa

Please sign in to comment.