Skip to content

Commit

Permalink
test updated version of action-ice
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 30, 2023
1 parent c68e974 commit 40a4bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/source_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
build_bf: [false]
build_zarr: [false, true]
build_snapshot: [false]
build_snapshot: [true]
name: Build OMERO from source
runs-on: ubuntu-22.04
env:
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Ice and Ice python binding
if: matrix.build_snapshot
uses: ome/action-ice@v2.1
uses: jburel/action-ice@bump_version
- name: Set up Gradle 6.8.3
if: matrix.build_snapshot
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 40a4bfe

Please sign in to comment.