Skip to content

Commit c355565

Browse files
committed
Update path on github-ci
1 parent 8a8cede commit c355565

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282

8383
steps:
8484
- uses: actions/checkout@v4
85+
with:
86+
path: fcitx5
8587

8688
- name: Install dependencies
8789
run: |
@@ -106,15 +108,11 @@ jobs:
106108
- name: Build
107109
uses: fcitx/github-actions@cmake
108110
with:
109-
path: .
111+
path: fcitx5
110112
cmake-option: >-
111113
-DENABLE_DBUS=Off -DENABLE_X11=Off -DENABLE_WAYLAND=Off -DENABLE_ENCHANT=Off -DENABLE_SERVER=Off -DENABLE_XDGAUTOSTART=Off -DENABLE_LIBUUID=Off -DENABLE_KEYBOARD=Off
112114
shell: pwsh
113115

114116
- name: Test
115117
run: |
116-
ctest --output-on-failure --test-dir build
117-
118-
- name: Setup tmate session
119-
if: ${{ failure() }}
120-
uses: mxschmitt/action-tmate@v3
118+
ctest --output-on-failure --test-dir fcitx5/build

0 commit comments

Comments
 (0)