Skip to content

Commit

Permalink
Try to fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
energee committed Dec 15, 2023
1 parent 29947f9 commit 03cdbb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.0' # or the version you need
ruby-version: '3.0.0' # Specify Ruby version

- name: Install Bundler
run: gem install bundler -v 2.2.30 # Install the required Bundler version

- name: Bundle Install
run: bundle install # Run bundle install

# Use GitHub Actions' cache to cache dependencies on servers
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ DEPENDENCIES
jekyll (~> 4.0)

BUNDLED WITH
2.2.30
2.4.22

0 comments on commit 03cdbb0

Please sign in to comment.