File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 4646 # build_tool: cargo
4747 - target : aarch64-apple-darwin
4848 os : macos-latest
49- build_tool : cargo
5049 # - target: x86_64-apple-darwin
5150 # os: macos-latest
5251 # build_tool: cargo
6362 # build_tool: cross
6463 - target : x86_64-unknown-freebsd
6564 os : ubuntu-latest
66- build_tool : cross
6765 # - target: x86_64-unknown-illumos
6866 # os: ubuntu-latest
6967 # build_tool: cross
7270 - uses : actions/checkout@v3
7371 with :
7472 persist-credentials : false
75- - uses : dtolnay/rust-toolchain@stable
7673 - name : Install cross-compilation tools
7774 uses : taiki-e/setup-cross-toolchain-action@v1
7875 with :
9188 bin : git-semver-tags
9289 archive : $bin-${{github.event.inputs.tags || steps.tag.outputs.tag}}-$target
9390 target : ${{ matrix.target }}
94- build_tool : ${{ matrix.build_tool }}
9591 tar : all
9692 zip : windows
9793 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments