mirror of
https://github.com/freekode/mod-reward-played-time-improved.git
synced 2026-01-13 00:28:34 +00:00
fix: ci
This commit is contained in:
6
.github/workflows/core-build.yml
vendored
6
.github/workflows/core-build.yml
vendored
@@ -8,8 +8,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
compiler: [clang6, clang9, clang10]
|
compiler: [clang]
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
name: ${{ matrix.compiler }}
|
name: ${{ matrix.compiler }}
|
||||||
env:
|
env:
|
||||||
COMPILER: ${{ matrix.compiler }}
|
COMPILER: ${{ matrix.compiler }}
|
||||||
@@ -42,4 +42,4 @@ jobs:
|
|||||||
- name: Dry run
|
- name: Dry run
|
||||||
run: source ./apps/ci/ci-worldserver-dry-run.sh
|
run: source ./apps/ci/ci-worldserver-dry-run.sh
|
||||||
- name: Check startup errors
|
- name: Check startup errors
|
||||||
run: source ./apps/ci/ci-error-check.sh
|
run: source ./apps/ci/ci-error-check.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user