Skip to content

Commit 04997d1

Browse files
author
pooya parsa
committed
chore(ci): fix ci
1 parent 182427d commit 04997d1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
18-
node: [10, 12]
17+
os: [ubuntu-latest]
18+
node: [12]
1919

2020
steps:
2121
- uses: actions/setup-node@v1
2222
with:
2323
node-version: ${{ matrix.node }}
2424

25+
- name: Install apt dependencies
26+
run: sudo apt-get install libgbm1
27+
2528
- name: checkout
2629
uses: actions/checkout@master
2730

0 commit comments

Comments
 (0)