cleanup build-linux-arm.yml

This commit is contained in:
Kevin Pfeifer 2024-05-15 10:27:12 +02:00 committed by GitHub
parent 4f9a2a3aca
commit 03cea20777
1 changed files with 1 additions and 6 deletions

View File

@ -39,12 +39,6 @@ jobs:
image: ${{ matrix.platform.container }}
options: -v ${{ github.workspace }}:/workspace
run: |
cd /workspace
echo "Hello World!"
uname -a
ls .
apt update -y -qq
apt install -y \
gcc \
@ -80,6 +74,7 @@ jobs:
libgbm-dev \
libpulse-dev
cd /workspace
cmake -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DSDL_SHARED_ENABLED_BY_DEFAULT=ON -DSDL_STATIC_ENABLED_BY_DEFAULT=ON
cmake --build build/ --config Release
cmake --install build/ --prefix install_output --config Release