Skip to content

Commit 6850899

Browse files
committed
try fix ci
Signed-off-by: turuslan <[email protected]>
1 parent 441c8b1 commit 6850899

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
Linux:
3737
runs-on: ubuntu-latest
3838
container: qdrvm/kagome-dev@sha256:2d70246c32418a3dd45c246d3f5c2dd99bdafde145b903271849affe476c4cfc
39-
build:
40-
runs-on: ${{ matrix.os }}
4139
strategy:
4240
fail-fast: false
4341
matrix:
@@ -54,8 +52,8 @@ jobs:
5452
env:
5553
CC: ${{ matrix.compiler.cc }}
5654
CXX: ${{ matrix.compiler.cxx }}
55+
shell: bash
5756
run: |
58-
#!/bin/bash -xe
5957
source /venv/bin/activate
6058
cmake -B build .
6159
- name: build

.github/workflows/clang-tidy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: run checks
2323
env:
2424
BUILD_DIR: build
25+
shell: bash
2526
run: |
26-
#!/bin/bash -xe
2727
source /venv/bin/activate
2828
cmake -G Ninja -B $BUILD_DIR .
2929
cmake --build $BUILD_DIR --target generated

0 commit comments

Comments
 (0)