mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
fix: rustup target
This commit is contained in:
1
.github/workflows/build-artifacts.yml
vendored
1
.github/workflows/build-artifacts.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
target: ${{ matrix.platform.target }}
|
||||
- name: Build release
|
||||
run: cargo build --release --target ${{ matrix.platform.target }}
|
||||
- name: Prepare artifact files
|
||||
|
||||
Reference in New Issue
Block a user