Skip to content

Commit 38f9cda

Browse files
build: remove libtinfo5 from release action
1 parent e148fbf commit 38f9cda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
run: chmod +x ${{ github.workspace }}/gradlew
2929
- if: matrix.config.preset == 'linuxX64' || matrix.config.preset == 'macosX64' || matrix.config.preset == 'macosArm64'
3030
run: chmod +x ${{ github.workspace }}/setup-shared-libs.sh
31-
- if: matrix.config.preset == 'linuxX64'
32-
run: sudo apt-get install -y libtinfo5
3331
- if: matrix.config.preset == 'linuxX64' || matrix.config.preset == 'macosX64' || matrix.config.preset == 'macosArm64'
3432
run: ${{ github.workspace }}/setup-shared-libs.sh
3533
- if: matrix.config.preset == 'mingwX64'
@@ -96,8 +94,6 @@ jobs:
9694
run: chmod +x ${{ github.workspace }}/gradlew
9795
- if: matrix.config.preset == 'linuxX64' || matrix.config.preset == 'macosX64' || matrix.config.preset == 'macosArm64'
9896
run: chmod +x ${{ github.workspace }}/setup-shared-libs.sh
99-
- if: matrix.config.preset == 'linuxX64'
100-
run: sudo apt-get install -y libtinfo5
10197
- if: matrix.config.preset == 'linuxX64' || matrix.config.preset == 'macosX64' || matrix.config.preset == 'macosArm64'
10298
run: ${{ github.workspace }}/setup-shared-libs.sh
10399
- if: matrix.config.preset == 'mingwX64'

0 commit comments

Comments
 (0)