Skip to content

Commit

Permalink
use largest runner to see time savings
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Nov 6, 2023
1 parent 544e034 commit af0d8bd
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,11 @@ permissions:
jobs:
check:
name: Check
runs-on: temporary-sizing-testing_ubuntu-latest_32-core
runs-on: temporary-sizing-testing_ubuntu-latest_64-core
steps:
- name: setup
run: >
sudo apt-get update && sudo apt-get install -y libclang-dev &&
(
echo "Removing unwanted software... " ;
echo "Before:" ; df -h ;
sudo apt-get clean ;
sudo rm -rf /usr/share/dotnet ;
sudo rm -rf /usr/local/lib/android ;
sudo rm -rf /opt/ghc ;
sudo rm -rf /opt/hostedtoolcache/CodeQL ;
sudo docker image prune --all --force ;
echo "After:" ; df -h ;
)
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.70.0"
Expand Down

0 comments on commit af0d8bd

Please sign in to comment.