Skip to content

Commit bff710e

Browse files
committed
[CI] Fix dependencies for ubuntu-24.04
1 parent 67d3103 commit bff710e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/actions/install-premake5/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ runs:
2525
ref: ${{ inputs.ref }}
2626
path: .premake-build
2727

28+
- name: Install dependencies
29+
if: runner.os == 'Linux'
30+
run: |
31+
sudo apt-get update
32+
sudo apt-get -y install uuid-dev
33+
shell: bash
34+
2835
- name: Build premake5
2936
if: runner.os == 'Linux'
3037
run: |

0 commit comments

Comments
 (0)