Skip to content

Commit

Permalink
Pipelines
Browse files Browse the repository at this point in the history
- Set `DC` to `ldc`
  • Loading branch information
deavmi committed Nov 7, 2024
1 parent 66b7b2d commit 7506d9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: 'Build & Test'
run: |
# Explicitly set the compiler to `ldc`
DC=ldc
# Build the project, with its main file included, without unittests
dub build --compiler=$DC
# Build and run tests, as defined by `unittest` configuration
Expand Down

0 comments on commit 7506d9e

Please sign in to comment.