Skip to content

Commit

Permalink
Try different souffle version
Browse files Browse the repository at this point in the history
  • Loading branch information
sifislag committed Aug 26, 2024
1 parent 3591297 commit 8ee4552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
sudo wget https://souffle-lang.github.io/ppa/souffle-key.public -O /usr/share/keyrings/souffle-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/souffle-archive-keyring.gpg] https://souffle-lang.github.io/ppa/ubuntu/ stable main" | sudo tee /etc/apt/sources.list.d/souffle.list
sudo apt update && sudo apt install souffle=2.4
sudo apt update && sudo apt install souffle=2.3
- name: Test Souffle
run: souffle --version
Expand Down

0 comments on commit 8ee4552

Please sign in to comment.