Skip to content

Commit

Permalink
Add release mode and other RHI's
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavMehta3000 authored Aug 7, 2024
1 parent e6e60c4 commit b92393f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
mode: [ debug ]
mode: [ debug, release ]
arch: [ x64 ]
rhi: [ dx11 ] # We currently do not support the other APIs
rhi: [ dx11, opengl ] # We currently do not support the other APIs
# rhi: [ dx11, dx12, opengl, vulkan ]

steps:
Expand Down

0 comments on commit b92393f

Please sign in to comment.