Skip to content

Commit

Permalink
add C example target in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Ricard authored and veelo committed Sep 7, 2023
1 parent e1fe6a2 commit 67fcd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dc: [dmd-2.101.2] # Avoid https://dlang.org/changelog/2.102.0.html#build-cache
example: [arithmetic, csv, json, numbers, python, simple_arithmetic, strings, xml]
example: [arithmetic, c, csv, json, numbers, python, simple_arithmetic, strings, xml]
exclude:
# out of memory
- { example: python }
Expand Down

0 comments on commit 67fcd03

Please sign in to comment.