mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 06:45:37 +00:00
ci: use shell script to deduplicate workflow (#21079)
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -26,9 +26,7 @@ jobs:
|
||||
run: ./.github/workflows/env.sh
|
||||
|
||||
- name: Install apt packages
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y autoconf automake build-essential cmake cpanminus gcc-multilib gdb gettext language-pack-tr libtool-bin locales ninja-build pkg-config python3 python3-pip python3-setuptools unzip valgrind xclip
|
||||
run: ./.github/scripts/install_deps_ubuntu.sh
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
|
||||
Reference in New Issue
Block a user