mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-21 14:24:35 +00:00
Rename install_deps.sh to install-deps.sh for consistency
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
||||
uses: actions/checkout@v7
|
||||
- name: Install deps
|
||||
run: |
|
||||
.github/scripts/install_deps.sh ${{ matrix.os }} ${{ matrix.cxx }}
|
||||
.github/scripts/install-deps.sh ${{ matrix.os }} ${{ matrix.cxx }}
|
||||
- name: Build using Make
|
||||
if: matrix.buildsys == 'make'
|
||||
run: |
|
||||
@@ -123,7 +123,7 @@ jobs:
|
||||
uses: actions/checkout@v7
|
||||
- name: Install deps
|
||||
run: |
|
||||
.github/scripts/install_deps.sh macos lld
|
||||
.github/scripts/install-deps.sh macos lld
|
||||
- name: Cache library deps
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
@@ -185,7 +185,7 @@ jobs:
|
||||
uses: actions/checkout@v7
|
||||
- name: Install deps
|
||||
run: |
|
||||
bash .github/scripts/install_deps.sh ${{ matrix.os }}
|
||||
bash .github/scripts/install-deps.sh ${{ matrix.os }}
|
||||
- name: Cache library deps
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
@@ -247,7 +247,7 @@ jobs:
|
||||
uses: actions/checkout@v7
|
||||
- name: Install deps
|
||||
run: |
|
||||
.github/scripts/install_deps.sh ubuntu mingw${{ matrix.bits }}
|
||||
.github/scripts/install-deps.sh ubuntu mingw${{ matrix.bits }}
|
||||
- name: Cache library deps
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
@@ -292,7 +292,7 @@ jobs:
|
||||
uses: actions/checkout@v7
|
||||
- name: Install test deps
|
||||
run: |
|
||||
.github/scripts/install_deps.sh windowsmingw
|
||||
.github/scripts/install-deps.sh windowsmingw
|
||||
- name: Retrieve binaries
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
@@ -396,7 +396,7 @@ jobs:
|
||||
release: "14.3"
|
||||
usesh: true
|
||||
prepare: |
|
||||
.github/scripts/install_deps.sh freebsd
|
||||
.github/scripts/install-deps.sh freebsd
|
||||
run: | # Leak detection is not supported on FreeBSD, so disable it.
|
||||
cmake -B build --preset develop
|
||||
cmake --build build --verbose -- -k -j "$(getconf _NPROCESSORS_ONLN)"
|
||||
|
||||
Reference in New Issue
Block a user