Cleanup some names.
This commit is contained in:
parent
0a119b00eb
commit
1b0d245baf
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ci-main.yml
vendored
14
.github/workflows/ci-main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue