Use self-hosted runner
This commit is contained in:
parent
aeae75b541
commit
ed162b2ee9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-plugin.yml
vendored
4
.github/workflows/publish-plugin.yml
vendored
|
|
@ -10,7 +10,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-plugin:
|
build-plugin:
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd backend
|
cd backend
|
||||||
cargo install wasm-pack
|
cargo install wasm-pack
|
||||||
wasm-pack build --target web sync_lib --features wee_alloc
|
wasm-pack build --target web sync_lib
|
||||||
|
|
||||||
- name: Build plugin
|
- name: Build plugin
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue