Skip to content

Commit 3da5331

Browse files
committed
fix ci build failure
1 parent a001cc3 commit 3da5331

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
target: wasm32-unknown-unknown
1515
toolchain: "1.81.0"
1616
rustflags: ""
17-
- run: apt update -y && apt install -y clang
18-
- run: echo $GITHUB_WORKSPACE
17+
- run: sudo apt update -y && sudo apt install -y clang
1918
- run: |
2019
pushd $GITHUB_WORKSPACE
2120
mkdir -p vendor2/protoc

0 commit comments

Comments
 (0)