ci: replace cmake script with bash script (#22246)

Bash has better error handling than cmake, and seem overall slightly
more suited to scripting than cmake.
This commit is contained in:
dundargoc
2023-02-13 18:26:01 +01:00
committed by GitHub
parent d359f7a533
commit 9de9bd4bed
5 changed files with 16 additions and 35 deletions

View File

@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: cmake -P ./.github/scripts/install_dependencies.cmake
run: ./.github/scripts/install_deps.sh
- name: Initialize CodeQL
uses: github/codeql-action/init@v2