Skip to content

Commit c02710b

Browse files
committed
Fix internal action path when checking out to subdirectory
1 parent e8599ee commit c02710b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
path: fcitx5-cskk
4242
- name: Install required build environment
43-
uses: ./.github/actions/archlinux_build_environment_setup
43+
uses: ./fcitx5-cskk/.github/actions/archlinux_build_environment_setup
4444
- name: Init CodeQL
4545
uses: github/codeql-action/init@v3
4646
with:

0 commit comments

Comments
 (0)