Skip to content

Commit 7c2c60c

Browse files
committed
Fix github CI?
1 parent f83a495 commit 7c2c60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: 11
1616
- name: Install and run ipfs
17-
run: install-run-ipfs.sh
17+
run: ./install-run-ipfs.sh
1818
- name: Build with Ant
1919
run: ant -noinput -buildfile build.xml dist
2020
- name: Run tests

0 commit comments

Comments
 (0)