Skip to content

Commit

Permalink
Update motion_planning.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidfagan committed May 29, 2024
1 parent a9d7622 commit 032f00b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/motion_planning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.ORG_PAT }}


- name: Free Space
run: |
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf ${GITHUB_WORKSPACE}/.git
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit 032f00b

Please sign in to comment.