Skip to content

Commit f0cbe47

Browse files
committed
install gtest
1 parent 5f3ca35 commit f0cbe47

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version: 20
1818

1919
- run: npm ci
20+
- run: sudo apt-get install libgtest-dev
2021

2122
- run: npm run lint
2223
- run: npm run build

.github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
submodules: true
15-
- run: sudo apt-get install libgtest-dev
1615

1716
- uses: actions/setup-node@v3
1817
with:

0 commit comments

Comments
 (0)