Skip to content

Commit fff4139

Browse files
committed
ci: fix ci
1 parent 52ae620 commit fff4139

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test_upload.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
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
@@ -63,7 +62,6 @@ jobs:
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
@@ -72,7 +70,6 @@ jobs:
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:
@@ -91,7 +88,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)