Skip to content

Commit

Permalink
Improve build-macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Sep 7, 2024
1 parent f83ed6d commit 3d382f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Free up disk space (macOS)
run: |
sudo rm -rf ~/Library/Caches/*
sudo rm -rf ~/Library/Developer/Xcode/DerivedData/*
sudo rm -rf /Library/Developer/CommandLineTools
- name: Get Rust version from rust-toolchain.toml
id: rust-version
run: |
Expand Down

0 comments on commit 3d382f7

Please sign in to comment.