mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
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:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user