feat: workflows test 3
All checks were successful
build

This commit is contained in:
TheClashFruit 2023-04-07 21:33:54 +02:00
parent 5e99f332ea
commit 30426ad23a
Signed by: TheClashFruit
GPG key ID: CF4A319B9A73290C
2 changed files with 4 additions and 4 deletions

View file

@ -18,11 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install toolchain
uses: github.com/actions-rs/toolchain@v1
uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: github.com/actions-rs/cargo@v1
- uses: https://github.com/actions-rs/cargo@v1
name: Build program
with:
command: build

View file

@ -18,11 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install toolchain
uses: github.com/actions-rs/toolchain@v1
uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: github.com/actions-rs/cargo@v1
- uses: https://github.com/actions-rs/cargo@v1
name: Build program
with:
command: build