mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(build): build-db (#14121)
* fix(build): build-db * Update build_dbimport.yml
This commit is contained in:
4
.github/workflows/build_dbimport.yml
vendored
4
.github/workflows/build_dbimport.yml
vendored
@@ -15,8 +15,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# the result of the matrix will be the combination of all attributes, so we get os*compiler*modules builds
|
||||
os: [ubuntu-latest]
|
||||
compiler: [clang12]
|
||||
os: [ubuntu-20.04]
|
||||
compiler: [clang]
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.compiler }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user