Skip to content

Commit

Permalink
ci: comment out orca until we update the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Mar 3, 2025
1 parent 12903d6 commit 05ff09a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,10 @@ jobs:
odin check nanovg/example.odin -file $FLAGS
odin check nanovg/fbo.odin -file $FLAGS
odin check orca/breakout -target:orca_wasm32 $FLAGS
odin check orca/clock -target:orca_wasm32 $FLAGS
odin check orca/ui -target:orca_wasm32 $FLAGS
# TODO: fix orca examples after update.
# odin check orca/breakout -target:orca_wasm32 $FLAGS
# odin check orca/clock -target:orca_wasm32 $FLAGS
# odin check orca/ui -target:orca_wasm32 $FLAGS
odin check net/tcp_echo_server/client $FLAGS
odin check net/tcp_echo_server/server $FLAGS

0 comments on commit 05ff09a

Please sign in to comment.