GitHub actions: clone Icinga 2 support/2.15 branch, not master

to prevent GitHub action failures due to missing Protobuf.

Latter is not needed – this image is for Icinga 2.15.
This commit is contained in:
Alexander Aleksandrovič Klimov 2026-04-22 12:34:53 +02:00 committed by Alexander Aleksandrovič Klimov
parent b666cc2cce
commit 08730ff2fb

View File

@ -24,7 +24,7 @@ jobs:
- run: docker buildx create --use
- name: Icinga 2
run: git clone https://github.com/Icinga/icinga2.git
run: git clone -b support/2.15 https://github.com/Icinga/icinga2.git
- name: Build
run: ./build.bash ./icinga2 all