Skip to content

Commit

Permalink
[CI] Fix dependencies as ubuntu-latest becomes ubuntu-24.04 (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 authored Dec 25, 2024
1 parent 97f4040 commit 3477f15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install booststrap's dependencies
run: |
sudo apt-get update
sudo apt-get -y install uuid-dev
- name: Install dependencies
if: matrix.depsrc == 'system'
run: |
Expand Down

0 comments on commit 3477f15

Please sign in to comment.