Skip to content

Commit bd052f0

Browse files
committed
Update CI
1 parent 9eb7762 commit bd052f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
binary_target: aarch64-apple-darwin
3232
steps:
3333
- uses: actions/checkout@master
34-
- name: Install openssl for linux
35-
if: ${{ matrix.binary_target == 'x86_64-unknown-linux-musl' }}
36-
run: apt install -yq build-essential pkg-config libssl-dev libssl1.1
3734
- name: Build binary
3835
env:
3936
RELEASE_FLOW_TARGET: ${{ matrix.binary_target }}
@@ -57,7 +54,7 @@ jobs:
5754
with:
5855
java-version: 11
5956
- name: Install gradle
60-
uses: gradle/gradle-build-action@v3
57+
uses: gradle/gradle-build-action@v2
6158
with:
6259
distribution: temurin
6360
gradle-version: 7.4

0 commit comments

Comments
 (0)