Skip to content

Commit

Permalink
Tries to fix the CI for Manjaro.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Dec 6, 2024
1 parent e5a045c commit ceb9a2c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,14 @@ jobs:
ctest --output-on-failure
build_manjaro:
# strategy:
# fail-fast: false
# matrix:
# os: ["fedora:42", "fedora:41", "fedora:40", "fedora:39"]
runs-on: ubuntu-latest
container: manjarolinux/base:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pacman -S --noconfirm gcc cmake make pkg-config extra-cmake-modules fmt fcitx5 fcitx5-chinese-addons fcitx5-gtk fcitx5-qt
pacman -Sy
pacman -Sy --noconfirm gcc cmake make pkg-config extra-cmake-modules fmt fcitx5 fcitx5-chinese-addons fcitx5-gtk fcitx5-qt
- name: Build
run: |
mkdir -p build
Expand Down

0 comments on commit ceb9a2c

Please sign in to comment.