Try configure with github url and https
Some checks failed
deploy / my-job (push) Has been cancelled

This commit is contained in:
Florian RICHER 2023-11-20 21:58:02 +01:00
parent c34f2a2908
commit 94053ae9ec

View file

@ -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