Skip to content

Commit

Permalink
[WFX-334] Use rust version that build host provides.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Jul 27, 2022
1 parent 872e264 commit cca8c31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- name: 💿 Setup rust
run: |
rustup default 1.59.0-x86_64-unknown-linux-gnu
rustup target add x86_64-pc-windows-msvc
- name: ⏬ Setup win-cross
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: 💿 Setup rust
run: |
rustup default 1.59.0-x86_64-unknown-linux-gnu
rustup target add x86_64-pc-windows-msvc
- name: 💿 Setup jsign
Expand Down Expand Up @@ -182,7 +181,6 @@ jobs:
- name: 💿 Build dependencies installation
run: |
rustup default 1.59.0-x86_64-unknown-linux-gnu
rustup target add ${{ env.ARCH }}
cargo install cbindgen
sudo apt update
Expand Down Expand Up @@ -242,7 +240,6 @@ jobs:
- name: 💿 Build dependencies installation
run: |
rustup default 1.59.0-x86_64-unknown-linux-gnu
rustup target add ${{ env.ARCH }}
cargo install cbindgen
aria2c https://www.7-zip.org/a/7z2107-linux-x64.tar.xz
Expand Down Expand Up @@ -297,10 +294,6 @@ jobs:
restore-keys: |
linux-
- name: 💿 Setup Rust
run: |
rustup default 1.59.0-x86_64-unknown-linux-gnu
- name: 💿 Setup build packages
run: |
sudo apt update
Expand Down

0 comments on commit cca8c31

Please sign in to comment.