Skip to content

Commit

Permalink
Entering random commits now
Browse files Browse the repository at this point in the history
ghostwriternr committed Dec 10, 2024
1 parent 38df8d1 commit 375cd03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -64,13 +64,13 @@ jobs:
with:
toolchain: 1.79.0
targets: ${{ matrix.job.target }}
components: rust-src, rust-std
components: rust-src

- name: Install GNU toolchain for Windows
if: matrix.job.os == 'windows-2019'
shell: bash
- name: Install target std library
if: matrix.job.target == 'aarch64-pc-windows-msvc'
run: |
rustup toolchain install 1.79-x86_64-pc-windows-gnu
rustup target add aarch64-pc-windows-msvc
rustup component add rust-std-aarch64-pc-windows-msvc
- name: Install cross for cross-compilation
if: matrix.job.use-cross

0 comments on commit 375cd03

Please sign in to comment.