Skip to content

Commit f3f3bf0

Browse files
committed
remove cache
1 parent 3621601 commit f3f3bf0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/appcast.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
# If you're using actions/checkout@v4 you must set persist-credentials to false in most cases for the deployment to work correctly.
1515
persist-credentials: false
1616

17-
- name: Cache 📦
18-
uses: actions/cache@v4.1.1
19-
with:
20-
path: AppCast/vendor/bundle
21-
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}
22-
restore-keys: |
23-
${{ runner.os }}-gems-
17+
# - name: Cache 📦
18+
# uses: actions/cache@v4.1.1
19+
# with:
20+
# path: AppCast/vendor/bundle
21+
# key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}
22+
# restore-keys: |
23+
# ${{ runner.os }}-gems-
2424

2525
- name: Setup Ruby, JRuby and TruffleRuby
2626
uses: ruby/setup-ruby@v1.197.0

0 commit comments

Comments
 (0)