Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac authored Dec 25, 2024
1 parent 3ea7323 commit 44d0788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- uses: actions/checkout@v3

# linux / gcc build
- name: '[linux | submodule sync]'
run: cd ${{ github.workspace }} && git submodule sync --recursive
- name: '[linux | gcc] => cmake - delete cache'
run: rm -rf ${{ github.workspace }}/.out/*
- name: '[linux | gcc] => cmake - configure'
Expand Down

0 comments on commit 44d0788

Please sign in to comment.