Skip to content

Commit

Permalink
workflows: Add mingw for assert.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Jan 18, 2025
1 parent 8ef08de commit 40ab730
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reassemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@master

- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: i686
cc: 0

- name: Download lld and clang
uses: robinraju/release-downloader@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ build/
extracted_reversing_data_bw_141.json
*.o
*.obj
.cache

0 comments on commit 40ab730

Please sign in to comment.