Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Sep 22, 2024
1 parent 6fa3fcc commit f2ef7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Configure CMake
run: >
cmake -B ${{ env.BASE_BUILD_DIR }}/${{ matrix.configuration }}
cmake -A Win32 -B ${{ env.BASE_BUILD_DIR }}/${{ matrix.configuration }}
-DCMAKE_BUILD_TYPE=${{ matrix.configuration }}
-DVIRTOOLS_SDK_PATH=${{ github.workspace }}/Virtools-SDK-2.1
-DCMAKE_INSTALL_PREFIX=${{ env.BASE_DIST_DIR }}/${{ matrix.configuration }}
Expand Down

0 comments on commit f2ef7b4

Please sign in to comment.