mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(core): try libc6-dev
This commit is contained in:
committed by
jeremywu
parent
81f9835f04
commit
c806038185
2
.github/workflows/yarn.js.yml
vendored
2
.github/workflows/yarn.js.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: sudo apt-get install -y linux-libc-dev
|
||||
- run: sudo apt-get install -y libc6-dev
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user