Fixed toolchain setup

This commit is contained in:
Antoine Gersant 2024-07-27 22:23:49 -07:00
parent 9e9d031f4e
commit 470fbc6d1c
4 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- uses: actions-rs/cargo@v1
with:

View file

@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- name: Run Tarpaulin
uses: actions-rs/tarpaulin@v0.1

View file

@ -76,6 +76,7 @@ jobs:
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- name: Make release
uses: ./.github/actions/make-windows-release

View file

@ -46,6 +46,7 @@ jobs:
run: make preview PREFIX=/some/random/prefix
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- name: Install
run: sudo --preserve-env=PATH make install
@ -77,6 +78,7 @@ jobs:
run: make preview-xdg XDG_DATA_HOME=/my/own/xdg/home
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- name: Install
run: make install-xdg
@ -99,6 +101,7 @@ jobs:
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
- name: Make release
uses: ./.github/actions/make-windows-release