Skip to content

Commit 6980696

Browse files
committed
fix
1 parent de67517 commit 6980696

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ jobs:
4949
os: ubuntu-latest
5050
cross: true
5151
binary_path: target/aarch64-unknown-linux-gnu/release/cli-candlestick-chart
52-
- target: aarch64-linux-android
53-
os: ubuntu-latest
54-
cross: true
55-
binary_path: target/aarch64-linux-android/release/cli-candlestick-chart
5652

5753
runs-on: ${{ matrix.target.os }}
5854
steps:
@@ -64,7 +60,7 @@ jobs:
6460
shell: bash
6561
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
6662

67-
- name: Install libssl
63+
- name: Install libssl ubuntu
6864
id: install_build_tools
6965
if: matrix.target.os == 'ubuntu-latest'
7066
run: |

0 commit comments

Comments
 (0)