Skip to content

Commit e873411

Browse files
Merge pull request #97 from yanghang8612/fix_cmake_path_issue
Must use the login shell for the CMake path to take effect
2 parents e255fe8 + 0dbb79b commit e873411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: actions/checkout@v5
4545

4646
- name: Run build script
47+
shell: bash -el {0}
4748
run: .github/workflows/build.sh
4849

4950
- name: Upload artifact

0 commit comments

Comments
 (0)