Skip to content

Commit 26af12f

Browse files
committed
fix(ci): workaround for ENOSPC and leftover character in iOS command
1 parent 635b973 commit 26af12f

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ jobs:
5252
distribution: 'zulu'
5353
java-version: '17'
5454

55+
- name: Free Disk Space (Ubuntu)
56+
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
57+
with:
58+
tool-cache: false
59+
60+
android: false
61+
dotnet: true
62+
haskell: true
63+
large-packages: true
64+
docker-images: true
65+
swap-storage: true
66+
5567
- name: Setup Node.js
5668
uses: actions/setup-node@65d868f8d4d85d7d4abb7de0875cde3fcc8798f5 # v6
5769
with:
@@ -167,7 +179,7 @@ jobs:
167179

168180
- name: Build integrated iOS tester app
169181
run: |
170-
yarn run build:tester-integrated:ios`
182+
yarn run build:tester-integrated:ios
171183
172184
# == RNApp ==
173185

0 commit comments

Comments
 (0)