Skip to content

Commit

Permalink
fix workflow file again
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Ludwig committed Feb 11, 2023
1 parent 9ea4452 commit 8dfb5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: poetry install --with dev
- name: Install CORSIKA7
run: admin download_corsika.sh
run: admin/download_corsika.sh
env:
CORSIKA_PW: ${{ secrets.CORSIKA_PW }}
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: poetry install --with dev
- name: Install CORSIKA7
run: admin download_corsika.sh
run: admin/download_corsika.sh
env:
CORSIKA_PW: ${{ secrets.CORSIKA_PW }}
- name: Run tests
Expand Down

0 comments on commit 8dfb5e9

Please sign in to comment.