We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de67517 commit 6980696Copy full SHA for 6980696
.github/workflows/release.yml
@@ -49,10 +49,6 @@ jobs:
49
os: ubuntu-latest
50
cross: true
51
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
56
57
runs-on: ${{ matrix.target.os }}
58
steps:
@@ -64,7 +60,7 @@ jobs:
64
60
shell: bash
65
61
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
66
62
67
- - name: Install libssl
63
+ - name: Install libssl ubuntu
68
id: install_build_tools
69
if: matrix.target.os == 'ubuntu-latest'
70
run: |
0 commit comments