mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-20 15:40:56 +00:00
build(docker): free additional space on runners (#1450)
This commit is contained in:
parent
1193f07559
commit
48f05aa8c4
10
.github/workflows/ci-docker.yml
vendored
10
.github/workflows/ci-docker.yml
vendored
@ -192,6 +192,16 @@ jobs:
|
|||||||
name: Docker${{ matrix.tag }}
|
name: Docker${{ matrix.tag }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Maximize build space
|
||||||
|
uses: easimon/maximize-build-space@v7
|
||||||
|
with:
|
||||||
|
root-reserve-mb: 30720 # https://github.com/easimon/maximize-build-space#caveats
|
||||||
|
remove-dotnet: 'true'
|
||||||
|
remove-android: 'true'
|
||||||
|
remove-haskell: 'true'
|
||||||
|
remove-codeql: 'true'
|
||||||
|
remove-docker-images: 'true'
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
@ -101,7 +101,7 @@ url="${cmake_prefix}${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-${cmake_arch}.
|
|||||||
echo "cmake url: ${url}"
|
echo "cmake url: ${url}"
|
||||||
wget "$url" --progress=bar:force:noscroll -q --show-progress -O ./cmake.sh
|
wget "$url" --progress=bar:force:noscroll -q --show-progress -O ./cmake.sh
|
||||||
sh ./cmake.sh --prefix=/usr/local --skip-license
|
sh ./cmake.sh --prefix=/usr/local --skip-license
|
||||||
cmake --version
|
rm ./cmake.sh
|
||||||
_INSTALL_CMAKE
|
_INSTALL_CMAKE
|
||||||
|
|
||||||
# install cuda
|
# install cuda
|
||||||
|
Loading…
x
Reference in New Issue
Block a user