Skip to content

Commit

Permalink
Added sudo for symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Jan 24, 2025
1 parent 8d8f437 commit 478d783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
if [ "${{ matrix.name }}" == "Linux-x86_64" ]; then
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libfreetype6-dev libasound2-dev
# Fix the juce bug with ft2build.h not found
ln -s /usr/include/freetype2/ft2build.h /usr/include/ft2build.h
ln -s /usr/include/freetype2/freetype /usr/include/freetype
sudo ln -s /usr/include/freetype2/ft2build.h /usr/include/ft2build.h
sudo ln -s /usr/include/freetype2/freetype /usr/include/freetype
fi
- name: build
Expand Down

0 comments on commit 478d783

Please sign in to comment.