Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
maybe this'll fix it ??
Browse files Browse the repository at this point in the history
  • Loading branch information
israfiel-a committed Sep 2, 2024
1 parent 81b0671 commit ff4da43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- uses: actions/checkout@v4
- name: Build Project (Debug)
run: |
cmake -B build_debug -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Debug
cmake -B build_debug -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CONFIGURATION_TYPES:STRING="Debug"
cmake --build build_debug --parallel
- name: Build Project (Release)
run: |
cmake -B build_release -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release
cmake -B build_release -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES:STRING="Release"
cmake --build build_release --parallel

0 comments on commit ff4da43

Please sign in to comment.