Skip to content

Commit 753446c

Browse files
committed
remove cache
1 parent 2b02d9b commit 753446c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
run: df -H
2626
- name: devbox installer
2727
uses: jetify-com/devbox-install-action@v0.14.0
28-
with:
29-
enable-cache: 'false'
3028
- name: disk check
3129
run: df -H
3230
- name: build
@@ -67,8 +65,6 @@ jobs:
6765
run: df -H
6866
- name: devbox installer
6967
uses: jetify-com/devbox-install-action@v0.14.0
70-
with:
71-
enable-cache: 'false'
7268
# --omit-nix-env is important to use the macos system c toolchain instead of the nix toolchain
7369
- name: disk check
7470
run: df -H
@@ -96,8 +92,6 @@ jobs:
9692
run: df -H
9793
- name: devbox installer
9894
uses: jetify-com/devbox-install-action@v0.14.0
99-
with:
100-
enable-cache: 'false'
10195
- name: disk check
10296
run: df -H
10397
- name: Android E2E Tests

0 commit comments

Comments
 (0)