Skip to content

Commit 9ee5031

Browse files
committed
more workflow fix attempts
1 parent b479255 commit 9ee5031

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
asan:
55
runs-on: ${{matrix.os}}
6-
name: CodeQL
6+
name: AddressSanitization
77
strategy:
88
matrix:
99
os: ["ubuntu-latest"]
@@ -120,7 +120,9 @@ jobs:
120120
121121
- name: windows_uses
122122
if: ${{ matrix.os == 'windows-latest' }}
123-
uses: MarkusJx/googletest-installer@v1.1.1
123+
uses: Bacondish2023/setup-googletest@v1
124+
with:
125+
build-type: ${{ matrix.BUILDTYPE }}
124126

125127
- name: build_windows
126128
env:

0 commit comments

Comments
 (0)