Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG authored Nov 26, 2024
1 parent 75a2188 commit a45df1b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
platform: [Win32]
buildtype: [Release]

steps:
Expand All @@ -24,14 +23,14 @@ jobs:
- name: Configure build
shell: cmd
run: ./premake5.bat
- name: Build xrd
- name: Build XboxRainDroplets
shell: cmd
run: msbuild -m build/${{github.event.repository.name}}.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=${{matrix.platform}}
- name: Build xrd11
run: msbuild -m build/${{github.event.repository.name}}.sln /property:Configuration=${{matrix.buildtype}}
- name: Build XboxRainDropletsWrapper
shell: cmd
run: |
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=Win32
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=Win64
msbuild -m build/XboxRainDropletsWrapper.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=x64
- name: Download Ultimate ASI Loader x86
uses: robinraju/[email protected]
with:
Expand Down

0 comments on commit a45df1b

Please sign in to comment.