File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 target : x86_64-pc-windows-msvc
2020 - os : macos-latest
2121 target : aarch64-apple-darwin
22- - os : ubuntu-20.04
23- target : aarch64-unknown-linux-gnu
22+ # - os: ubuntu-20.04
23+ # target: aarch64-unknown-linux-gnu
2424
2525 runs-on : ${{ matrix.os }}
2626 steps :
3636 run : |
3737 sudo apt-get update
3838 sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
39- sudo apt-get install -y libssl-dev pkg-config gcc-10-aarch64-linux-gnu
39+ # sudo apt-get install -y libssl-dev pkg-config gcc-10-aarch64-linux-gnu
4040
4141 - name : Rust setup
4242 uses : dtolnay/rust-toolchain@stable
9595 env :
9696 GITHUB_TOKEN : ${{ secrets.MY_TOKEN }}
9797 TAURI_PRIVATE_KEY : ${{ secrets.TAURI_PRIVATE_KEY }}
98- PKG_CONFIG_ALLOW_CROSS : ${{ contains(matrix.target, 'aarch64') && '1' || '' }}
98+ # PKG_CONFIG_ALLOW_CROSS: ${{ contains(matrix.target, 'aarch64') && '1' || '' }}
9999 with :
100100 tagName : ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
101101 releaseName : " AList Desktop v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.
You can’t perform that action at this time.
0 commit comments