Skip to content

Commit

Permalink
pin bundler version after nokogiri broke build
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 committed Feb 15, 2024
1 parent d8bf7b3 commit 2ecb47b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
# jekyll_src: './' # Default is root directory
# jekyll_cfg: '_config.yml' # Default is _config.yml
# jekyll_baseurl: 'https://conorsheehan1.github.io/' # Default is according to _config.yml
# bundler_ver: '>=0' # Default is latest bundler version
bundler_ver: '==2.1.4' # Default is latest bundler version
# fix after broken nokogiri, see #50
# cname: '' # Default is to not use a cname
# actor: '' # Default is the GITHUB_ACTOR
# pre_build_commands: '' # Installing additional dependencies (Arch Linux)
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
bundler-cache: true
- name: Install dependencies
run: |
gem install bundler
gem install bundler -v 2.1.4
bundle config path vendor/bundle
bundle install
- name: Start jekyll
Expand Down

0 comments on commit 2ecb47b

Please sign in to comment.