Skip to content

Commit

Permalink
update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr.Abc committed Sep 1, 2024
1 parent f596136 commit 7676d39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/livebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
working-directory: MetaHookSv
run: ./scripts/build-FreeImage-x86-Release.bat

- name: Build Capstone
working-directory: MetaHookSv
run: ./scripts/build-capstone-x86-Release.bat

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- name: Build FreeImage
working-directory: MetaHookSv
run: ./scripts/build-FreeImage-x86-Release.bat

- name: Build Capstone
working-directory: MetaHookSv
run: ./scripts/build-capstone-x86-Release.bat

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
Expand Down

0 comments on commit 7676d39

Please sign in to comment.