Skip to content

Update ffi requirement from = 1.16.3 to 1.17.1 #862

Update ffi requirement from = 1.16.3 to 1.17.1

Update ffi requirement from = 1.16.3 to 1.17.1 #862

Workflow file for this run

name: Build
on:
pull_request:
push:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Ruby environment
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true # Enables caching for Bundler
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Build Jekyll site
run: bundle exec jekyll build