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 01b7177 commit 5b69095Copy full SHA for 5b69095
2 files changed
.github/workflows/CICD.yml
@@ -394,6 +394,7 @@ jobs:
394
with:
395
persist-credentials: false
396
- name: Avoid no space left on device
397
+ shell: bash
398
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android &
399
- uses: dtolnay/rust-toolchain@master
400
.github/workflows/freebsd.yml
@@ -125,6 +125,7 @@ jobs:
125
126
127
- name: Avoid no space left on device (Ubuntu runner)
128
129
130
- name: Prepare, build and test
131
uses: vmactions/freebsd-vm@v1.3.9
0 commit comments