Skip to content

Commit 4ad9f12

Browse files
committed
use bash to run script for permission
1 parent ff59cc9 commit 4ad9f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
submodules: recursive
119119
- name: Install latest clang from LLVM
120-
run: .github/scripts/install-latest-llvm.sh
120+
run: bash .github/scripts/install-latest-llvm.sh
121121
- name: Build ${{ env.PACKAGE_NAME }}
122122
run: |
123123
echo "Building with $CC and $CXX"

0 commit comments

Comments
 (0)