fix(build): build-db (#14121)

* fix(build): build-db

* Update build_dbimport.yml
This commit is contained in:
Kitzunu 2022-12-11 11:19:10 +01:00 committed by GitHub
parent 06c458e748
commit 4b266d493a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: