Skip to content

Commit

Permalink
ci: update Linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zsliu98 committed Jul 29, 2024
1 parent 80d8f48 commit 6d3210e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/cmake_full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: runner.os == 'Linux'
# Thanks to McMartin & co https://forum.juce.com/t/list-of-juce-dependencies-under-linux/15121/44
run: |
sudo apt-get update && sudo apt install libasound2-dev libx11-dev libxinerama-dev libxext-dev libfreetype6-dev libwebkit2gtk-4.0-dev libglu1-mesa-dev xvfb ninja-build
sudo apt-get update && sudo apt install libasound2-dev libx11-dev libxinerama-dev libxext-dev libfreetype-dev libfontconfig1-dev libwebkit2gtk-4.1-dev libglu1-mesa-dev xvfb ninja-build
sudo /usr/bin/Xvfb $DISPLAY &
- name: Cache IPP (Windows)
Expand Down Expand Up @@ -111,15 +111,6 @@ jobs:
with:
submodules: true

# - name: Install boost
# uses: MarkusJx/[email protected]
# id: install-boost
# with:
# boost_version: 1.80.0
# platform_version: ${{ matrix.boost_platform_version }}
# toolset: ${{ matrix.boost_toolset }}
# link: "static"

- name: Cache the build
uses: mozilla-actions/[email protected]

Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/cmake_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: runner.os == 'Linux'
# Thanks to McMartin & co https://forum.juce.com/t/list-of-juce-dependencies-under-linux/15121/44
run: |
sudo apt-get update && sudo apt install libasound2-dev libx11-dev libxinerama-dev libxext-dev libfreetype6-dev libwebkit2gtk-4.0-dev libglu1-mesa-dev xvfb ninja-build
sudo apt-get update && sudo apt install libasound2-dev libx11-dev libxinerama-dev libxext-dev libfreetype-dev libfontconfig1-dev libwebkit2gtk-4.1-dev libglu1-mesa-dev xvfb ninja-build
sudo /usr/bin/Xvfb $DISPLAY &
- name: Cache IPP (Windows)
Expand Down Expand Up @@ -107,15 +107,6 @@ jobs:
with:
submodules: true

# - name: Install boost
# uses: MarkusJx/[email protected]
# id: install-boost
# with:
# boost_version: 1.80.0
# platform_version: ${{ matrix.boost_platform_version }}
# toolset: ${{ matrix.boost_toolset }}
# link: "static"

- name: Cache the build
uses: mozilla-actions/[email protected]

Expand Down

0 comments on commit 6d3210e

Please sign in to comment.