Cleanup some names.

This commit is contained in:
Pentarctagon 2021-11-18 17:18:52 -06:00
parent 0a119b00eb
commit 1b0d245baf
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:
@ -176,7 +176,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:
@ -190,7 +190,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:
@ -215,13 +215,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
@ -262,13 +262,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