Add target specification to Rust toolchain setup in release build workflow

This commit is contained in:
elipeter 2025-06-24 22:14:25 +02:00
parent 3d744ae44f
commit aecf37163f

View file

@ -25,6 +25,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
target: ${{ matrix.target }}
cache: true
- name: Install target