Skip to content

Commit

Permalink
Minor changes to the docker-image.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
markducks committed Sep 22, 2024
1 parent 8cb13a9 commit cc5e11b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- name: Extract Clingo
run: |
tar -xzf clingo.tar.gz
cd clingo-4.5.4-linux-x86_64
mv clingo ../executables/clingo
mv clingo-4.5.4-linux-x86_64/clingo executables/clingo
rm -rf clingo-4.5.4-linux-x86_64
rm clingo.tar.gz
- name: Download timeout script
run: |
Expand Down

0 comments on commit cc5e11b

Please sign in to comment.