Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kincekara committed Dec 30, 2024
1 parent a3147d4 commit 3ecc505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_wdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

- name: Install Cromwell
run: |
wget https://github.com/broadinstitute/cromwell/releases/download/58/cromwell-58.jar -O cromwell.jar
wget https://github.com/broadinstitute/cromwell/releases/download/87/womtool-87.jar -O womtool.jar
- name: Validate WDL with Cromwell
run: |
java -jar cromwell.jar validate workflows/wf_c-bird.wdl
java -jar womtool.jar validate workflows/wf_c-bird.wdl
- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 3ecc505

Please sign in to comment.