Skip to content

Commit

Permalink
Minor fix in docker-image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markducks committed Sep 22, 2024
1 parent 248c163 commit 8cb13a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Download DLV2 executables
run: |
wget -O dlv-2.1.1-linux-x86 https://www.mat.unical.it/DLV2/releases/2.1.2/dlv-2.1.2-linux-x86_64
mv dlv-2.1.1-linux-x86 executables/dlv2
wget -O dlv2 https://www.mat.unical.it/DLV2/releases/2.1.2/dlv-2.1.2-linux-x86_64
mv dlv2 executables/dlv2
- name: Download Clingo executables
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
run: chmod +x executables/dlv/dlv

- name: Make DLV2 executable
run: chmod +x executables/dlv2/dlv-2.1.1-linux-x86
run: chmod +x executables/dlv2/dlv2

- name: Make Clingo executable
run: chmod +x executables/clingo/clingo
Expand Down

0 comments on commit 8cb13a9

Please sign in to comment.