Try configure with github url and https
Some checks failed
deploy / my-job (push) Has been cancelled
Some checks failed
deploy / my-job (push) Has been cancelled
This commit is contained in:
parent
c34f2a2908
commit
94053ae9ec
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Rust
|
- name: Setup Rust
|
||||||
uses: github.com/actions-rs/toolchain@v1
|
uses: https://github.com/actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: cargo install cargo-leptos
|
run: cargo install cargo-leptos
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: github.com/actions/setup-node@v4
|
uses: https://github.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 19
|
node-version: 19
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue