Skip to content

Commit

Permalink
GitHub Actions: update TPTP-v7.5.0.tgz URL
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Sep 4, 2024
1 parent 209e488 commit 87b6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
run: cabal test all
- name: Run TPTP test
run: |
curl -L -o TPTP-v7.5.0.tgz https://www.tptp.org/TPTP/Archive/TPTP-v7.5.0.tgz
curl -L -o TPTP-v7.5.0.tgz https://tptp.org/TPTP/Archive/TPTP-v7.5.0.tgz
tar zxf TPTP-v7.5.0.tgz
find -H TPTP-v7.5.0/Problems -type f -name "*.p" -size -512k | cabal run TestImportExportImportFile -- False --print-failure-only

0 comments on commit 87b6d02

Please sign in to comment.