From 876de64f9ac721b3b07227f41ed91216e515010a Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Mon, 17 Jun 2024 11:33:56 +0900 Subject: [PATCH] ci: drop needless specifying branch It breaks CI when running with PR. Signed-off-by: Kentaro Hayashi --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 343ece0..64ba341 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,6 @@ jobs: run: | pwd git branch -a - git checkout fcitx-5.0.8 cmake -B build -DCMAKE_INSTALL_PREFIX=/opt/fcitx508 -DENABLE_CUSTOM_LAYOUT=ON -DENABLE_WAYLAND=ON make -C build -j$(nproc); - name: Build fcitx5-virtualkeyboard-ui without ENABLE_CUSTOM_LAYOUT @@ -58,7 +57,6 @@ jobs: run: | pwd git branch -a - git checkout fcitx-5.0.8 cmake -B build -DCMAKE_INSTALL_PREFIX=/opt/fcitx508 -DENABLE_CUSTOM_LAYOUT=OFF -DENABLE_WAYLAND=ON make -C build -j$(nproc); - name: Running ctest