Skip to content

Commit

Permalink
fix branch checkout with submodules for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
farukeryilmaz committed Dec 6, 2023
1 parent 2842a3b commit 14095b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/platform_gnu_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-${{ matrix.config.compiler_ver}} 100
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-${{ matrix.config.compiler_ver}} 100
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Configure
run: cmake -S . -B build
- name: Build
Expand Down

0 comments on commit 14095b9

Please sign in to comment.