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
|
||||
steps:
|
||||
- name: Setup Rust
|
||||
uses: github.com/actions-rs/toolchain@v1
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: cargo install cargo-leptos
|
||||
|
||||
- name: Install Node.js
|
||||
uses: github.com/actions/setup-node@v4
|
||||
uses: https://github.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version: 19
|
||||
|
||||
|
|
Loading…
Reference in a new issue