Skip to content
Prev Previous commit
Next Next commit
Update linux.yml
(cherry picked from commit f2eedb2)
  • Loading branch information
FxMorin committed Sep 12, 2024
commit cd9947911b4d93d0881d2f26c9935b9de03e39c2
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: apt install build-essential libdbus-1-dev libfreetype-dev libtbb-dev libglfw3-dev freetype2 tbb debuginfod dbus libxkbcommon libglvnd meson cmake git nodejs
run: sudo apt install build-essential libdbus-1-dev libfreetype-dev libtbb-dev libglfw3-dev freetype2 tbb debuginfod dbus libxkbcommon libglvnd meson cmake git nodejs
- uses: actions/checkout@v4
- name: Profiler GUI
run: |
Expand Down