Skip to content

Commit 35aab7e

Browse files
committed
Don't run commonizeNativeDistribution in setup on CI, as the issue is fixed
1 parent 673224f commit 35aab7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/setup-environment/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ runs:
5555
cache-read-only: ${{ inputs.cache-read-only }}
5656

5757
dependency-graph: ${{ (inputs.submit-dependency-graph == 'true') && 'generate-and-submit' || 'disabled' }}
58-
- run: ./gradlew commonizeNativeDistribution
59-
shell: bash

0 commit comments

Comments
 (0)