Skip to content

Commit c5ffa70

Browse files
committed
big runner and no cleaning disk space
1 parent 2391cef commit c5ffa70

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/android-smoke-test-build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,14 @@ defaults:
1212
jobs:
1313
build:
1414
name: ${{ inputs.unity-version }}
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-latest-4-cores
1616
env:
1717
UNITY_PATH: docker exec unity unity-editor
1818

1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3
2222

23-
- name: Free Disk Space (Ubuntu)
24-
uses: jlumbroso/free-disk-space@f68fdb76e2ea636224182cfb7377ff9a1708f9b8
25-
with:
26-
android: true
27-
dotnet: false
28-
haskell: true
29-
large-packages: false
30-
docker-images: false
31-
swap-storage: true
32-
3323
- run: echo "::add-mask::${{ secrets.LICENSE_SERVER_URL }}"
3424

3525
- name: Docker Login

0 commit comments

Comments
 (0)