We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbeb1e commit 713be06Copy full SHA for 713be06
1 file changed
.github/workflows/abi-cafe.yml
@@ -51,6 +51,8 @@ jobs:
51
52
- name: Free disk space
53
if: runner.os == 'Linux'
54
+ env:
55
+ RUNNER_ENVIRONMENT: github-hosted
56
run: .github/scripts/free-disk-space.sh
57
58
- name: Cache cargo target dir
0 commit comments