Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
odin check arena_allocator $FLAGS

odin check directx/d3d12_triangle_sdl2 -target:windows_amd64 $FLAGS
odin check directx/d3d11_minimal_win32 -target:windows_amd64 $FLAGS

odin check glfw/window $FLAGS

Expand Down
Loading