Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
Remove equals from build mode
  • Loading branch information
ArnavMehta3000 authored Aug 7, 2024
1 parent 3f52ae8 commit 8650868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Set RHI and build config
run: |
xmake f --file=${GITHUB_WORKSPACE}/xmake.lua --rhi=${{ matrix.rhi }} -m=${{ matrix.build-config }} -y
xmake f --file=${GITHUB_WORKSPACE}/xmake.lua --rhi=${{ matrix.rhi }} -m ${{ matrix.build-config }} -y
- name: Run xmake tests
run: |
Expand Down

0 comments on commit 8650868

Please sign in to comment.