Skip to content

Commit 5162e90

Browse files
authored
Update linux.yml
Enable legacy
1 parent d717542 commit 5162e90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎.github/workflows/linux.yml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
container: archlinux:base-devel
1312
steps:
1413
- name: Install dependencies
15-
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 tbb debuginfod wayland dbus libxkbcommon libglvnd meson cmake git wayland-protocols nodejs
14+
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 tbb debuginfod dbus libxkbcommon libglvnd meson cmake git nodejs
1615
- uses: actions/checkout@v4
1716
- name: Profiler GUI
1817
run: |
19-
cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release
18+
cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release -DLEGACY=ON
2019
cmake --build profiler/build --parallel
2120
- name: Update utility
2221
run: |

0 commit comments

Comments
 (0)