Skip to content

Commit 0ed5dba

Browse files
committed
Update latest.yml GH Action
1 parent 2400fd2 commit 0ed5dba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/latest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: '24.x'
17-
- name: Install ubuntu deps
17+
- name: Update Ubuntu apt
18+
if: contains(matrix.os, 'ubuntu-24.04')
19+
run: sudo apt update
20+
- name: Install Ubuntu deps
1821
if: contains(matrix.os, 'ubuntu-24.04')
1922
run: sudo apt install mesa-common-dev libglu1-mesa-dev libegl1 libopengl-dev
2023
- name: Install deps

0 commit comments

Comments
 (0)