Update dependencies in BSDs CI

This commit is contained in:
Florian Märkl 2025-06-22 11:57:41 +02:00
parent 4eb90a7a65
commit bb5a79f234
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
image: freebsd/13.x image: freebsd/14.x
sources: sources:
- https://git.sr.ht/~thestr4ng3r/chiaki - https://git.sr.ht/~thestr4ng3r/chiaki
@ -7,7 +7,8 @@ sources:
packages: packages:
- cmake - cmake
- protobuf - protobuf
- py39-protobuf - py311-setuptools # should not be needed with nanopb >= 0.4.9
- py311-protobuf
- opus - opus
- qt5-core - qt5-core
- qt5-qmake - qt5-qmake

View file

@ -7,6 +7,7 @@ sources:
packages: packages:
- cmake - cmake
- protobuf - protobuf
- py3-setuptools # should not be needed with nanopb >= 0.4.9
- py3-protobuf - py3-protobuf
- opus - opus
- qtbase - qtbase