Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
added linux platform to Gemfile.lock
  • Loading branch information
nadia-eecs authored Jan 8, 2024
1 parent b429570 commit 4eb34f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Add Linux platform to Gemfile.lock
run: bundle lock --add-platform x86_64-linux
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 4eb34f7

Please sign in to comment.