mirror of
https://github.com/neovim/neovim.git
synced 2026-02-18 09:28:33 +00:00
ci: inline external environment scripts (#22237)
Scripts that define the build itself shouldn't be external as they lead to hard to find bugs.
This commit is contained in:
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
@@ -22,9 +22,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup common environment variables
|
||||
run: ./.github/workflows/env.sh
|
||||
|
||||
- name: Install apt packages
|
||||
run: ./.github/scripts/install_deps_ubuntu.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user