Skip to content

Commit

Permalink
Fix directory name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Apr 18, 2024
1 parent ecbaa19 commit acb6003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: cpp
source-root: libime-jyupting
source-root: libime-jyutping
- name: Build and Install libime-jyutping
uses: fcitx/github-actions@cmake
with:
path: libime-jyutping
- name: Test
run: |
ctest --test-dir libime-jyupting/build
ctest --test-dir libime-jyutping/build
- name: CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit acb6003

Please sign in to comment.