Skip to content

Commit f2eedb2

Browse files
authored
Update linux.yml
1 parent 8d06f40 commit f2eedb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/linux.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Install dependencies
14-
run: apt install build-essential libdbus-1-dev libfreetype-dev libtbb-dev libglfw3-dev freetype2 tbb debuginfod dbus libxkbcommon libglvnd meson cmake git nodejs
14+
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
1515
- uses: actions/checkout@v4
1616
- name: Profiler GUI
1717
run: |

0 commit comments

Comments
 (0)