ci: update script name.
This is a change in the upstream dev container.
This commit is contained in:
parent
e923335396
commit
1c2f9af9d9
|
@ -8,7 +8,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Setup cmake build
|
name: Setup cmake build
|
||||||
command: setup-cmake.sh
|
command: cmake-build-and-test.sh
|
||||||
static_analysis:
|
static_analysis:
|
||||||
docker:
|
docker:
|
||||||
- image: git.wntrmute.dev/sc/dev:main
|
- image: git.wntrmute.dev/sc/dev:main
|
||||||
|
|
Loading…
Reference in New Issue