Skip to content

Commit 6af5062

Browse files
committed
test sudo
Signed-off-by: Tung D. Le <[email protected]>
1 parent 3513905 commit 6af5062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-amd64-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: install protobuf
2222
run: |
2323
cd ~/work
24-
sudo h ~/work/onnx-mlir/onnx-mlir/utils/install-protobuf.sh
24+
sudo sh ~/work/onnx-mlir/onnx-mlir/utils/install-protobuf.sh
2525
- name: cache MLIR directory
2626
id: cache-mlir
2727
uses: actions/cache@v3

0 commit comments

Comments
 (0)