diff --git a/.github/workflows/install-compilers.yml b/.github/workflows/install-compilers.yml index e6c3bae..36db635 100644 --- a/.github/workflows/install-compilers.yml +++ b/.github/workflows/install-compilers.yml @@ -21,7 +21,7 @@ on: jobs: install: - runs-on: ['self-hosted', 'ce', 'linux', 'x64'] + runs-on: ['self-hosted', 'ce', 'linux', 'x64', 'small'] steps: - name: Start from a clean directory uses: AutoModality/action-clean@v1.1.0