Skip to content

Commit

Permalink
run sudo apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassim ELBouri committed Feb 4, 2025
1 parent 11e6941 commit 21b6868
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --recursive

- name: Install (ubuntu)
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get update

- name: Create Build Environment
run: cmake -E make_directory build

Expand Down

0 comments on commit 21b6868

Please sign in to comment.