mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 05:03:53 +00:00
Fix Gitea actions.
This commit is contained in:
parent
207e065ffe
commit
15145aa74c
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -11,9 +11,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: archlinux:base-devel
|
container: archlinux:base-devel
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 tbb debuginfod wayland dbus libxkbcommon libglvnd meson cmake git wayland-protocols
|
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 tbb debuginfod wayland dbus libxkbcommon libglvnd meson cmake git wayland-protocols nodejs
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Profiler GUI
|
- name: Profiler GUI
|
||||||
run: |
|
run: |
|
||||||
cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release
|
cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user