fix(core): install libc

This commit is contained in:
HerringtonDarkholme
2020-07-31 11:32:13 +08:00
committed by jeremywu
parent 971affc6ba
commit 23150531db

View File

@@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: apt-get install -y linux-libc-dev
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install --frozen-lockfile