Add Example 02 CI (#7037)

This commit is contained in:
Connor Fitzgerald 2025-01-30 22:15:22 -05:00 committed by GitHub
parent a8cc83e17a
commit 693d01c2a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,8 @@ jobs:
include:
- name: "01-hello-compute"
path: "examples/standalone/01_hello_compute"
- name: "02-hello-window"
path: "examples/standalone/02_hello_window"
name: "${{ matrix.name }}"