Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamska1008 committed Sep 11, 2024
1 parent 4591f56 commit c89c3d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: |
git submodule init
git submodule update
apt-get update
apt-get install libgit2-dev
sudo apt-get update
sudo apt-get install libgit2-dev
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand All @@ -48,8 +48,8 @@ jobs:
run: |
git submodule init
git submodule update
apt-get update
apt-get install libgit2-dev
sudo apt-get update
sudo apt-get install libgit2-dev
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit c89c3d9

Please sign in to comment.