Skip to content

The sqlite3 gem needs pkg-config during installation (#471) #272

The sqlite3 gem needs pkg-config during installation (#471)

The sqlite3 gem needs pkg-config during installation (#471) #272

Workflow file for this run

name: Build setup guides
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
git config user.name github-actions
git config user.email github-actions@github.com
ruby build.rb
if ! git diff --exit-code
then
git add .
git commit -m "setup guides generated"
git push
fi