Use self-hosted runner

This commit is contained in:
Andras Schmelczer 2025-01-03 15:09:56 +00:00
parent aeae75b541
commit ed162b2ee9
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -10,7 +10,7 @@ env:
jobs:
build-plugin:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
@ -24,7 +24,7 @@ jobs:
run: |
cd backend
cargo install wasm-pack
wasm-pack build --target web sync_lib --features wee_alloc
wasm-pack build --target web sync_lib
- name: Build plugin
run: |