We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441c8b1 commit 6850899Copy full SHA for 6850899
.github/workflows/ci.yml
@@ -36,8 +36,6 @@ jobs:
36
Linux:
37
runs-on: ubuntu-latest
38
container: qdrvm/kagome-dev@sha256:2d70246c32418a3dd45c246d3f5c2dd99bdafde145b903271849affe476c4cfc
39
- build:
40
- runs-on: ${{ matrix.os }}
41
strategy:
42
fail-fast: false
43
matrix:
@@ -54,8 +52,8 @@ jobs:
54
52
env:
55
53
CC: ${{ matrix.compiler.cc }}
56
CXX: ${{ matrix.compiler.cxx }}
+ shell: bash
57
run: |
58
- #!/bin/bash -xe
59
source /venv/bin/activate
60
cmake -B build .
61
- name: build
.github/workflows/clang-tidy.yml
@@ -22,8 +22,8 @@ jobs:
22
- name: run checks
23
24
BUILD_DIR: build
25
26
27
28
cmake -G Ninja -B $BUILD_DIR .
29
cmake --build $BUILD_DIR --target generated
0 commit comments