Skip to content

Commit

Permalink
chore: upgrade test ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dup4 committed Jun 18, 2022
1 parent ff3de33 commit e6eb491
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1
with:
cmake-version: "3.22.x"
cmake-version: "latest"

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "13.0"
version: "14.0"

- name: Build
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
- name: GCOVR Analysis
if: contains(matrix.os, 'ubuntu')
run: |
pip install gcovr==5.0
pip install gcovr==5.1
bash -e gcovr.sh
- name: upload coverage artifact
Expand Down Expand Up @@ -75,12 +75,12 @@ jobs:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1
with:
cmake-version: "3.22.x"
cmake-version: "latest"

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "13.0"
version: "14.0"

- name: Build
run: |
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"cmake",
"codecov",
"GCOVR",
"jwlawson",
"pnpm"
],
}

0 comments on commit e6eb491

Please sign in to comment.