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