Cleanup some names.

This commit is contained in:
Pentarctagon 2021-11-18 17:20:09 -06:00
parent 76488dc417
commit 1c8b0817fc
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -14,7 +14,7 @@ jobs:
name: Discord Notification
needs: [ubuntu-2004-scons-gcc-release-lto, ubuntu-2004-cmake-clang-debug, steam-runtime, mingw, flatpak, translations, macos-intel-master-debug, macos-arm-master-release, windows-release, windows-debug]
needs: [ubuntu-2004-scons-gcc-release-lto, ubuntu-2004-cmake-clang-debug, steam-runtime, mingw, flatpak, translations, macos-intel-debug, macos-arm-release, windows-release, windows-debug]
if: always()
steps:
@ -71,7 +71,7 @@ jobs:
export CFG=debug
export LTO=false
export CACHE_DIR=/home/wesnoth-CI/build
./.github/workflows/ci-scripts/ubuntu.sh master
./.github/workflows/ci-scripts/ubuntu.sh
steam-runtime:
@ -177,7 +177,7 @@ jobs:
export CACHE_DIR=/home/wesnoth-CI/build
./.github/workflows/ci-scripts/ubuntu.sh
macos-intel-master-debug:
macos-intel-debug:
runs-on: macos-10.15
steps:
@ -191,7 +191,7 @@ jobs:
export CACHE_DIR=~/build-cache
./.github/workflows/ci-scripts/macos.sh
macos-arm-master-release:
macos-arm-release:
runs-on: macos-11.0
steps:
@ -216,13 +216,13 @@ jobs:
submodules: "recursive"
- name: Cache object files
id: windows-master-N009
id: windows-N009
uses: actions/cache@v2
with:
path: |
D:/a/wesnoth/vcpkg
D:/a/wesnoth/wesnoth/vcpkg_installed
key: windows-master-N009
key: windows-N009
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
@ -263,13 +263,13 @@ jobs:
submodules: "recursive"
- name: Cache object files
id: windows-master-N009
id: windows-N009
uses: actions/cache@v2
with:
path: |
D:/a/wesnoth/vcpkg
D:/a/wesnoth/wesnoth/vcpkg_installed
key: windows-master-N009
key: windows-N009
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2