ci: install dependencies with a single script (#22241)

It's easier if the os-specific installations are done by the script itself
This commit is contained in:
dundargoc
2023-02-12 22:09:10 +01:00
committed by GitHub
parent 5f72ab77bf
commit 5d3769ea23
5 changed files with 38 additions and 39 deletions

View File

@@ -17,8 +17,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install apt packages
run: ./.github/scripts/install_deps_ubuntu.sh
- name: Install dependencies
run: cmake -P ./.github/scripts/install_dependencies.cmake
- name: Initialize CodeQL
uses: github/codeql-action/init@v2