X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c0cf401614e37e85249407142d473d7be59a4310..d270278d2a92203f8a2f28ea13bff545749fdd06:/.github/workflows/cookstyle.yml diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index a181f72f1..274884da3 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -20,7 +20,8 @@ jobs: bundle-${{ runner.OS }}- - name: Install gems run: | - gem install bundler --version "~> 1.17" - bundle install --jobs 4 --retry 3 --deployment + gem install bundler + bundle config set deployment true + bundle install --jobs 4 --retry 3 - name: Run cookstyle run: bundle exec cookstyle --format fuubar