We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c049764 commit 142a7c2Copy full SHA for 142a7c2
.github/workflows/ci.yml
@@ -20,6 +20,8 @@ jobs:
20
run: echo ${{ steps.buildx.outputs.platforms }}
21
- name: Install Podman
22
run: sudo apt update && sudo apt install -y podman
23
+ - name: Free up some disk space
24
+ run: sudo rm -rf /usr/share/dotnet && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
25
build:
26
runs-on: ubuntu-24.04
27
needs: setup
0 commit comments