1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-07 17:32:45 -04:00

mruby: use system libyaml in GitHub CI

This commit is contained in:
Alex Kotov 2022-05-31 03:40:47 +03:00
parent 3dd630e8d2
commit ce0c24492e
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
MRUBY_YAML_USE_SYSTEM_LIBRARY: x
steps:
- uses: actions/checkout@v2
with: