Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-soft authored Jul 26, 2024
1 parent 77bad9d commit 0896dbe
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,21 @@ jobs:
run: |
nuget restore ExplorerPatcher.sln
- name: Build funchook
shell: powershell
# - name: Build funchook
# shell: powershell
# run: |
# cd libs/funchook
# md build
# cd build
# cmake -G "Visual Studio 17 2022" -A x64 ..
# (gc .\funchook-static.vcxproj) -replace '<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>', '<RuntimeLibrary>MultiThreaded</RuntimeLibrary>' | Out-File .\funchook-static.vcxproj
# cmake --build . --config Release

- name: Build dependencies
shell: cmd
run: |
BuildDependencies%BUILD_CONFIGURATION%.bat
BuildDependencies%BUILD_CONFIGURATION%.bat
- name: Build EP IA-32
if: github.event.inputs.config == ''
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 0896dbe

Please sign in to comment.