fix(ci): free disk space to avoid abnormal fail #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build CI Env Image | |
on: | |
push: | |
paths: | |
- "ci/build-env.sh" | |
- "ci/Dockerfile" | |
workflow_dispatch: | |
jobs: | |
build_env: | |
name: Build | |
permissions: | |
packages: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run build scripts | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
run: ci/build-env.sh |