From 15145aa74c903f3617629c1d549084cc6a08053d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 30 May 2024 14:41:22 +0200 Subject: [PATCH] Fix Gitea actions. --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 00a439d7..dab51ead 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest container: archlinux:base-devel steps: - - uses: actions/checkout@v4 - 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 run: | cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release