Update build_and_test.yml (#1353)
This commit is contained in:
parent
8cca87f2bd
commit
44bbaf7d22
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@ -173,6 +173,10 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user