Skip to content

Commit

Permalink
Merge pull request #24 from GernotMaier/corsika-sep
Browse files Browse the repository at this point in the history
download corsika
  • Loading branch information
GernotMaier authored Jan 19, 2024
2 parents eca0d4e + 294d439 commit bfcc19e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: download CORSIKA package
if: matrix.type == 'corsika'
run: |
wget --no-verbose https://syncandshare.desy.de/index.php/s/${{ secrets.CLOUD_CORSIKA }}/download
mv download corsika-77500.tar.gz
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit bfcc19e

Please sign in to comment.