Skip to content

Commit dd98bb5

Browse files
committed
set github public hosted runner
1 parent dd44efa commit dd98bb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
jobs:
99
build:
10-
runs-on: "self-hosted"
10+
runs-on: "ubuntu-latest"
1111

1212
steps:
1313
- name: Clone repo
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
toolchain: stable
2020

21+
- name: Add wasm32-wasi target
22+
run: rustup target add wasm32-wasi
23+
2124
- name: Build
2225
run: cd fastedge-rust-sdk && cargo build
2326

0 commit comments

Comments
 (0)