Skip to content

Commit

Permalink
Attempt 1 to fix bioformats
Browse files Browse the repository at this point in the history
This is a potential fix for the release workflow wherein bioformats is updated and marked as dirty by the update site deployer.
  • Loading branch information
JonathanCSmith committed Jul 22, 2024
1 parent c4c07cb commit e04d146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
curl --silent -O ${IJ_DOWNLOAD_URL}
unzip fiji-linux64.zip
./Fiji.app/ImageJ-linux64 --headless --update
./Fiji.app/ImageJ-linux64 --headless --update edit-update-site ${UPDATE_SITE} https://sites.imagej.net/${UPDATE_SITE}/ "webdav:${WIKI_USER}:${UPDATE_PASS}" .
- name: Install in ImageJ/Fiji (with Maven)
run: mvn -B install -Dscijava.app.directory=./Fiji.app -Ddelete.other.versions=true -Dscijava.ignoreDependencies=true
Expand Down

0 comments on commit e04d146

Please sign in to comment.