Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac authored Apr 12, 2024
1 parent dafeaf0 commit 7ae9c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: '[linux | gcc] => cmake - clean'
run: cmake --build ${{ github.workspace }}/.out --config Debug --target clean --parallel 48
- name: '[linux | gcc] => cmake - build'
run: cmake --build ${{ github.workspace }}/.out --config Debug --target roguelite --parallel 48
run: cmake --build ${{ github.workspace }}/.out --config Debug --target myprogram --parallel 48

# linux / clang build
- name: '[linux | clang] => cmake - delete cache'
Expand All @@ -38,4 +38,4 @@ jobs:
- name: '[linux | clang] => cmake - clean'
run: cmake --build ${{ github.workspace }}/.out --config Debug --target clean --parallel 48
- name: '[linux | clang] => cmake - build'
run: cmake --build ${{ github.workspace }}/.out --config Debug --target roguelite --parallel 48
run: cmake --build ${{ github.workspace }}/.out --config Debug --target myprogram --parallel 48

0 comments on commit 7ae9c57

Please sign in to comment.