summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-02-22 21:49:15 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-02-27 23:44:19 -0500
commitcfdf36f989cadba458c733607476631043af27d0 (patch)
tree0deb69176215bd94dc7ff22b354a7e10ac1ed4e7 /.github
parent1327dbcf2a4273a8ba6fd978db5f0882530af94d (diff)
downloadlibgit2-cfdf36f989cadba458c733607476631043af27d0.tar.gz
ci: rename build setup scripts
Rename our build setup scripts to include the `build` name so that we can add additional CI setup scripts with no ambiguity.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--.github/workflows/nightly.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 74bab53f3..0ac8b8b87 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -214,7 +214,7 @@ jobs:
path: source
fetch-depth: 0
- name: Set up build environment
- run: source/ci/setup-${{ matrix.platform.setup-script }}.sh
+ run: source/ci/setup-${{ matrix.platform.setup-script }}-build.sh
shell: bash
if: matrix.platform.setup-script != ''
- name: Setup QEMU
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 5513d5b43..4f24be619 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -271,7 +271,7 @@ jobs:
path: source
fetch-depth: 0
- name: Set up build environment
- run: source/ci/setup-${{ matrix.platform.setup-script }}.sh
+ run: source/ci/setup-${{ matrix.platform.setup-script }}-build.sh
shell: bash
if: matrix.platform.setup-script != ''
- name: Setup QEMU