File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3838 - os : ubuntu-18.04
3939 artifact-name : stylua-linux-aarch64
4040 cargo-target : aarch64-unknown-linux-gnu
41+ linker : gcc-aarch64-linux-gnu
4142 - os : macos-latest
4243 artifact-name : stylua-macos-x86_64
4344 artifact-alias : stylua-macos
5960 override : true
6061 profile : minimal
6162
62- - name : Install aarch64 c toolchain
63- if : ${{ matrix.cargo-target == 'aarch64-unknown-linux-gnu' }}
64- run : apt-get install -y --force-yes --no-install-recommends gcc-aarch64-linux-gnu libc6-arm64-cross libc6-dev-arm64-cross
63+ - name : Install Linker packages
64+ if : ${{ matrix.linker != '' }}
65+ run : |
66+ sudo apt update
67+ sudo apt install ${{ matrix.linker }}
6568
6669 - name : Build Binary (All features)
6770 run : cargo build --verbose --locked --release --all-features --target ${{ matrix.cargo-target }}
You can’t perform that action at this time.
0 commit comments