Skip to content

Commit

Permalink
remove unused directories
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 4, 2023
1 parent 8387d02 commit 21576f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:

- uses: actions/checkout@v4

- name: Clean unused directories
run: sudo rm -rf /usr/share/dotnet;sudo rm -rf /opt/ghc;sudo rm -rf "/usr/local/share/boost";sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- name: Install Protobuf
run: sudo apt install protobuf-compiler

Expand Down

0 comments on commit 21576f0

Please sign in to comment.