Skip to content

Commit e6c99d1

Browse files
committed
fix build
1 parent 99cea31 commit e6c99d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v4
1010

1111
- name: exec scripts/build_all.sh
12-
run: sudo bash -e scripts/build_all.sh
12+
run: sudo ./scripts/build_all.sh
1313

1414
- name: upload build artifacts
1515
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)