File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 28
28
run : chmod +x ${{ github.workspace }}/gradlew
29
29
- if : matrix.config.preset == 'linuxX64' || matrix.config.preset == 'macosX64' || matrix.config.preset == 'macosArm64'
30
30
run : chmod +x ${{ github.workspace }}/setup-shared-libs.sh
31
- - if : matrix.config.preset == 'linuxX64'
32
- run : sudo apt-get install -y libtinfo5
33
31
- if : matrix.config.preset == 'linuxX64' || matrix.config.preset == 'macosX64' || matrix.config.preset == 'macosArm64'
34
32
run : ${{ github.workspace }}/setup-shared-libs.sh
35
33
- if : matrix.config.preset == 'mingwX64'
96
94
run : chmod +x ${{ github.workspace }}/gradlew
97
95
- if : matrix.config.preset == 'linuxX64' || matrix.config.preset == 'macosX64' || matrix.config.preset == 'macosArm64'
98
96
run : chmod +x ${{ github.workspace }}/setup-shared-libs.sh
99
- - if : matrix.config.preset == 'linuxX64'
100
- run : sudo apt-get install -y libtinfo5
101
97
- if : matrix.config.preset == 'linuxX64' || matrix.config.preset == 'macosX64' || matrix.config.preset == 'macosArm64'
102
98
run : ${{ github.workspace }}/setup-shared-libs.sh
103
99
- if : matrix.config.preset == 'mingwX64'
You can’t perform that action at this time.
0 commit comments