Skip to content

Commit

Permalink
Don't install rust toolchain on self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Jan 14, 2025
1 parent bd95c46 commit dec07ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
run: bash copy.sh
working-directory: binding/rust

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- name: Rust build demo
run: cargo build --verbose

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
- name: Rust pre-build
run: bash copy.sh

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- name: Build
run: cargo build --verbose

Expand Down Expand Up @@ -82,9 +79,6 @@ jobs:
New-Item -Path ".\data" -Name "lib" -ItemType "directory"
Copy-Item -Path "..\..\lib\windows" -Destination ".\data\lib" -Recurse
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- name: Build
run: cargo build --verbose

Expand Down

0 comments on commit dec07ed

Please sign in to comment.