Skip to content

Commit

Permalink
fix nanopub java ddl in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 30, 2024
1 parent f378a3e commit 9d7568a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install java and python tools
run: |
pip install --upgrade nanopub
wget -O nanopub.jar https://github.com/Nanopublication/nanopub-java/releases/latest/download/nanopub-1.47-jar-with-dependencies.jar
wget -O nanopub.jar https://github.com/Nanopublication/nanopub-java/releases/download/nanopub-1.55/nanopub-1.55-jar-with-dependencies.jar
- name: Build ourself
run: cargo build --release
Expand Down

0 comments on commit 9d7568a

Please sign in to comment.