Skip to content

Commit

Permalink
add action for Zig example
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaMontanari authored Nov 26, 2024
1 parent 77b54ae commit 4ae7eb2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/github-opengjk-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,16 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: cd examples/matlab/; octave runme.m

Zig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- name: Build and run
run: |
zig build
zig build run

0 comments on commit 4ae7eb2

Please sign in to comment.