Skip to content

fix: upgrade mml to 2.3.2 to make things work (#62) #169

fix: upgrade mml to 2.3.2 to make things work (#62)

fix: upgrade mml to 2.3.2 to make things work (#62) #169

Workflow file for this run

name: rake
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:
jobs:
rake:
uses: metanorma/ci/.github/workflows/generic-rake.yml@main
with:
before-setup-ruby: |
mkdir -p .bundle
touch .bundle/config
cat .bundle/config
echo "---" >> .bundle/config
echo 'BUNDLE_BUILD__RUBY___LL: "--with-cflags=-std=gnu17"' >> .bundle/config
cat .bundle/config