Skip to content

Commit b8075c4

Browse files
committed
Added back AOT but as a CLI option
1 parent 80567c5 commit b8075c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet workload install wasm-tools
2424

2525
- name: Publish
26-
run: dotnet publish src/GameboyColorReducer.Wasm/GameboyColorReducer.Wasm.csproj -c:Release -o:publish -p:GHPages=true
26+
run: dotnet publish src/GameboyColorReducer.Wasm/GameboyColorReducer.Wasm.csproj -c:Release -o:publish -p:GHPages=true -p:RunAOTCompilation=true
2727

2828
- name: Upload GitHub Pages artifact
2929
uses: actions/upload-pages-artifact@v3.0.1

0 commit comments

Comments
 (0)