Skip to content

Commit

Permalink
remove installed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jul 19, 2024
1 parent 5ad7522 commit 7398072
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci-nel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 7398072

Please sign in to comment.