We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3ca35 commit f0cbe47Copy full SHA for f0cbe47
.github/workflows/ci-test.yml
@@ -17,6 +17,7 @@ jobs:
17
node-version: 20
18
19
- run: npm ci
20
+ - run: sudo apt-get install libgtest-dev
21
22
- run: npm run lint
23
- run: npm run build
.github/workflows/publish.yml
@@ -12,7 +12,6 @@ jobs:
12
- uses: actions/checkout@v4
13
with:
14
submodules: true
15
- - run: sudo apt-get install libgtest-dev
16
- uses: actions/setup-node@v3
0 commit comments