We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3621601 commit f3f3bf0Copy full SHA for f3f3bf0
.github/workflows/appcast.yml
@@ -14,13 +14,13 @@ jobs:
14
# If you're using actions/checkout@v4 you must set persist-credentials to false in most cases for the deployment to work correctly.
15
persist-credentials: false
16
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-
+# - name: Cache 📦
+# uses: actions/cache@v4.1.1
+# with:
+# path: AppCast/vendor/bundle
+# key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}
+# restore-keys: |
+# ${{ runner.os }}-gems-
24
25
- name: Setup Ruby, JRuby and TruffleRuby
26
uses: ruby/setup-ruby@v1.197.0
0 commit comments