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