|
@@ -261,11 +261,9 @@ jobs:
|
|
with:
|
|
with:
|
|
name: ignore-me-rust
|
|
name: ignore-me-rust
|
|
path: src/sokol
|
|
path: src/sokol
|
|
- - uses: actions-rs/toolchain@v1
|
|
|
|
|
|
+ - uses: dtolnay/rust-toolchain@master
|
|
with:
|
|
with:
|
|
- profile: minimal
|
|
|
|
toolchain: stable
|
|
toolchain: stable
|
|
- override: true
|
|
|
|
- name: prepare-linux
|
|
- name: prepare-linux
|
|
if: runner.os == 'Linux'
|
|
if: runner.os == 'Linux'
|
|
run: |
|
|
run: |
|
|
@@ -352,11 +350,9 @@ jobs:
|
|
with:
|
|
with:
|
|
name: ignore-me-rust
|
|
name: ignore-me-rust
|
|
path: src
|
|
path: src
|
|
- - uses: actions-rs/toolchain@v1
|
|
|
|
|
|
+ - uses: dtolnay/rust-toolchain@master
|
|
with:
|
|
with:
|
|
- profile: minimal
|
|
|
|
toolchain: stable
|
|
toolchain: stable
|
|
- override: true
|
|
|
|
- name: "cargo fmt"
|
|
- name: "cargo fmt"
|
|
run: cargo fmt
|
|
run: cargo fmt
|
|
- name: "commit and push"
|
|
- name: "commit and push"
|