From 784da4492e00875c7d6796126fe843dddaada0ea Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Thu, 15 Feb 2024 14:20:32 +0000 Subject: [PATCH] Make github actions pass Signed-off-by: Andrew Leonard --- .github/workflows/build.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27a10e578d..1ab3508dfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,20 +134,8 @@ jobs: variant: [temurin] steps: - - name: Maximize build space - uses: easimon/maximize-build-space@master - with: - root-reserve-mb: 512 - swap-size-mb: 1024 - remove-dotnet: 'true' - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - - name: Check disk space - run: | - echo "Free disk space:" - df -h - # https://github.com/actions/runner-images/issues/6817 - name: (Mac) Workaround for homebrew shell: bash @@ -253,18 +241,6 @@ jobs: VS2019_URL: "https://download.visualstudio.microsoft.com/download/pr/6b655578-de8c-4862-ad77-65044ca714cf/f29399a618bd3a8d1dcc96d349453f686b6176590d904308402a6402543e310b/vs_Community.exe" steps: - - name: Maximize build space - uses: easimon/maximize-build-space@master - with: - root-reserve-mb: 512 - swap-size-mb: 1024 - remove-dotnet: 'true' - - - name: Check disk space - run: | - echo "Free disk space:" - df -h - - name: Restore cygwin packages from cache id: cygwin uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3