Skip to content

Commit

Permalink
Merge pull request #66 from PyCon/ffi
Browse files Browse the repository at this point in the history
Update build dependencies
  • Loading branch information
glasnt committed Aug 5, 2024
2 parents 9008d15 + 7d84134 commit bead78d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: setup ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7.x
uses: ruby/setup-ruby@v1
- name: bundle install
run: |
run: |
gem update --system --no-document
gem update bundler --no-document
gem install jekyll bundler
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.4

0 comments on commit bead78d

Please sign in to comment.