i try to fork rust github repo and build in github action but get System.IO.IOException: No space left on device : '/home/runner/runners/2.322.0/_diag/Worker_20250321-122340-utc.log'
github action workflow:
on: push
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@main
- run: |
./configure --set install.prefix=${{github.workspace}}/product --set install.sysconfdir=${{github.workspace}}/product
make
make install
cd ${{github.workspace}}
tar -cjvf rust.tar.bz2 product