File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 99jobs :
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 : |
You can’t perform that action at this time.
0 commit comments