Skip to content

Commit 4828eb7

Browse files
committed
Remove unnecessary boost
1 parent 75a9616 commit 4828eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: Install dependencies
3030
run: |
31-
pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules fmt libuv boost git lua
31+
pacman -Syu --noconfirm base-devel clang cmake ninja extra-cmake-modules fmt libuv git lua
3232
- uses: actions/checkout@v4
3333
with:
3434
repository: fcitx/fcitx5

0 commit comments

Comments
 (0)