Skip to content

Commit

Permalink
Cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jan 14, 2024
1 parent a545166 commit 63d6dd1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Configure CMake
shell: bash
run: |-
cmake --no-warn-unused-cli \
-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE \
-DCMAKE_BUILD_TYPE:STRING=Release \
-S native \
-B native/build/ \
-G "Ninja" \
cmake --no-warn-unused-cli \
-DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE \
-DCMAKE_BUILD_TYPE=Release \
-S native \
-B native/build/ \
-G "Ninja" \
- name: Build CMake
shell: bash
Expand Down

0 comments on commit 63d6dd1

Please sign in to comment.