]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
ci: update build environment to use gi-docgen
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 16 Mar 2022 00:03:48 +0000 (09:03 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 16 Mar 2022 00:03:48 +0000 (09:03 +0900)
The new dependency on gi-docgen needs specific packages in CI environment.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
.github/workflows/build.yml

index b7408c98748076a5359efacb5fc2e7d82a8118ac..eb3759279700f1ddfbdd5ff633b031255d535987 100644 (file)
@@ -6,7 +6,7 @@ jobs:
   build_in_fedora_for_amd64_on_docker:
     runs-on: ubuntu-latest
     container:
-      image: fedora:34
+      image: fedora:rawhide
     steps:
     - name: Checkout repository.
       uses: actions/checkout@v2
@@ -45,7 +45,7 @@ jobs:
         sudo lxd init --auto
     - name: Launch container
       run: |
-        sudo lxc launch ubuntu:20.04/amd64 builder
+        sudo lxc launch ubuntu-daily:22.04/amd64 builder
         sudo lxc exec builder -- bash -c 'while [ "$(systemctl is-system-running 2>/dev/null)" != "running" ] && [ "$(systemctl is-system-running 2>/dev/null)" != "degraded" ]; do :; done'
     - name: Prepare build environment.
       run: |