From 7398072451fb956a15ddc098136bcaf134ee80eb Mon Sep 17 00:00:00 2001 From: Tobias Peters Date: Fri, 19 Jul 2024 06:09:23 +0000 Subject: [PATCH] remove installed dependencies --- .github/workflows/ci-nel.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/ci-nel.yml b/.github/workflows/ci-nel.yml index 8de4bc6413..6a1a474240 100644 --- a/.github/workflows/ci-nel.yml +++ b/.github/workflows/ci-nel.yml @@ -57,27 +57,6 @@ jobs: - uses: lukka/run-vcpkg@v11.5 - - name: Dependencies Linux - if: runner.os == 'Linux' - run: | - sudo apt install --yes \ - build-essential ccache \ - bison autoconf automake \ - libpng-dev \ - libjpeg-dev \ - libgif-dev libfreetype6-dev \ - freeglut3-dev \ - liblua5.2-dev libluabind-dev libcpptest-dev \ - libogg-dev libvorbis-dev libopenal-dev \ - libavcodec-dev libavformat-dev libavdevice-dev libswscale-dev libpostproc-dev \ - libmysqlclient-dev \ - libxml2-dev \ - libcurl4-openssl-dev libssl-dev \ - libsquish-dev \ - liblzma-dev \ - libgsf-1-dev \ - qtbase5-dev qttools5-dev qttools5-dev-tools \ - - name: Configure CMake run: cmake --preset ${{ matrix.preset }}