We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef74896 commit 1751471Copy full SHA for 1751471
.github/workflows/ci.yml
@@ -100,14 +100,6 @@ jobs:
100
sudo ln -s ${ORACLE_HOME}/lib/libnnz11.so /usr/lib/libnnz11.so
101
fi
102
103
- - name: Setup Ruby cache
104
- uses: actions/cache@v4
105
- with:
106
- path: vendor/bundle
107
- key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-${{ hashFiles('**/Gemfile.lock') }}
108
- restore-keys: |
109
- ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ matrix.adapter }}-
110
-
111
- name: Bundle
112
env:
113
RUBY_VERSION: ${{ matrix.ruby }}
0 commit comments