parent
44bbaf7d22
commit
52ab8c02d6
10
.github/workflows/build_and_test.yml
vendored
10
.github/workflows/build_and_test.yml
vendored
@ -173,14 +173,16 @@ jobs:
|
|||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Delete Dotnet
|
|
||||||
run: find / -name "dotnet" -type d -exec rm -rf {} \;
|
|
||||||
- name: Delete Haskell
|
|
||||||
run: find / -name "ghc" -type d -exec rm -rf {} \;
|
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
- name: Remove Dotnet (macOS)
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
run: rm -rf /usr/local/bin/dotnet
|
||||||
|
- name: Remove Dotnet & Haskell (Linux)
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
run: rm -rf /usr/share/dotnet && rm -rf /opt/ghc
|
||||||
- name: Add nightly rustfmt and clippy
|
- name: Add nightly rustfmt and clippy
|
||||||
run: rustup toolchain install nightly --component rustfmt --component clippy --allow-downgrade
|
run: rustup toolchain install nightly --component rustfmt --component clippy --allow-downgrade
|
||||||
- name: Add no_std toolchain
|
- name: Add no_std toolchain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user