Skip to content

Commit

Permalink
Merge pull request #41 from DanielSchuessler/fix-ci-tptp-url
Browse files Browse the repository at this point in the history
GitHub Actions: update TPTP-v7.5.0.tgz URL
  • Loading branch information
msakai authored Sep 4, 2024
2 parents 209e488 + 87b6d02 commit c5c0b72
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 c5c0b72

Please sign in to comment.