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:
dundargoc
2023-02-12 18:08:37 +01:00
committed by GitHub
parent 47638706a3
commit 477d4bbf5f
5 changed files with 43 additions and 90 deletions

View File

@@ -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