aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-02-12 18:08:37 +0100
committerGitHub <noreply@github.com>2023-02-12 18:08:37 +0100
commit477d4bbf5f01e5c001a887ed6842e56b5341e976 (patch)
treee887e1de4121451c7d0a386708d4d832bb0da453 /.github/workflows/codeql.yml
parent47638706a37534ae9bc7ac4c57ddb9fb2b44fef0 (diff)
downloadrneovim-477d4bbf5f01e5c001a887ed6842e56b5341e976.tar.gz
rneovim-477d4bbf5f01e5c001a887ed6842e56b5341e976.tar.bz2
rneovim-477d4bbf5f01e5c001a887ed6842e56b5341e976.zip
ci: inline external environment scripts (#22237)
Scripts that define the build itself shouldn't be external as they lead to hard to find bugs.
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index a11a87f93a..7cdaab4f11 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -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