We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c162c62 commit fcd2d9eCopy full SHA for fcd2d9e
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
os: [ubuntu-latest, macos-latest, windows-latest]
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
- name: configure
23
run: cmake .
24
- name: build
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
fail-fast: false
31
32
33
34
run: cmake -DASAN=on -DCMAKE_BUILD_TYPE=Debug .
35
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
os: [macos-latest, windows-latest, ubuntu-latest]
0 commit comments