mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 14:09:43 +00:00
12 lines
241 B
Bash
12 lines
241 B
Bash
# install dependencies for C++ analysis
|
|
set -e
|
|
|
|
chmod +x ./scripts/linux_build.sh
|
|
./scripts/linux_build.sh --skip-package --ubuntu-test-repo
|
|
|
|
# Delete CUDA
|
|
rm -rf ./build/cuda
|
|
|
|
# skip autobuild
|
|
echo "skip_autobuild=true" >> "$GITHUB_OUTPUT"
|