Skip to content

Commit 28b82b5

Browse files
committed
Don't install ccache and mold
1 parent 3422e8f commit 28b82b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
if: "runner.os == 'Linux'"
2121
run: |
2222
sudo apt-get update
23-
sudo apt-get install -y ccache mold libglfw3-dev libfreetype-dev libcapstone-dev libdbus-1-dev libtbb-dev libgtk-3-dev debuginfod libwayland-dev libxkbcommon-dev libglvnd-dev wayland-protocols
23+
sudo apt-get install -y libglfw3-dev libfreetype-dev libcapstone-dev libdbus-1-dev libtbb-dev libgtk-3-dev debuginfod libwayland-dev libxkbcommon-dev libglvnd-dev wayland-protocols
2424
2525
- name: Setup dependencies (Mac)
2626
if: "runner.os == 'macOS'"
2727
run: |
2828
brew update
29-
brew install ccache mold glfw freetype capstone tbb
29+
brew install glfw freetype capstone tbb
3030
3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)