We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d251d commit 1d6096eCopy full SHA for 1d6096e
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
steps:
47
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
48
- name: venv
49
- run: housekeeping/github_venv.sh /venv/bin/activate
+ run: housekeeping/github_venv.sh /venv
50
- name: cmake
51
env:
52
CC: ${{ matrix.compiler.cc }}
.github/workflows/clang-tidy.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
- name: run checks
20
21
BUILD_DIR: build
0 commit comments