Skip to content

Commit 96f76c8

Browse files
committed
fix typo
1 parent 32f15f8 commit 96f76c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ jobs:
113113
#shell: |
114114
# powershell -Command "& '{0}'"
115115
run: |
116-
./build.sh ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }}
116+
./build.ps1 ${{ matrix.llvm_version }} ${{ matrix.llvm_repo_url }}
117+
117118
118119
- name: Inspect
119120
shell: bash

0 commit comments

Comments
 (0)