fix: rustup target

This commit is contained in:
veeso
2023-07-06 11:38:38 +02:00
parent 522ee0355e
commit 16b2aa8596

View File

@@ -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