Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
vorlac authored Dec 25, 2024
1 parent 1a0d844 commit 85afaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

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

0 comments on commit 85afaf5

Please sign in to comment.