Skip to content

Commit

Permalink
All, everything, who knows.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 29, 2024
1 parent 30a8fa4 commit 20972d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/IKVM.Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@ jobs:
dotnet-version: 8.0.x
- uses: mymindstorm/setup-emsdk@v14
- name: Build EMSDK
run: embuilder build ALL MINIMAL_PIC
shell: pwsh
run: |
embuilder build ALL
embuilder build ALL --lto
embuilder build ALL --pic
embuilder build ALL --pic --lto
- name: Download Tests
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 20972d0

Please sign in to comment.