Skip to content

Commit

Permalink
Pipelines
Browse files Browse the repository at this point in the history
- Set `DC` to `ldc2`
  • Loading branch information
deavmi committed Nov 7, 2024
1 parent 7506d9e commit aed4aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: 'Build & Test'
run: |
# Explicitly set the compiler to `ldc`
DC=ldc
DC=ldc2
# Build the project, with its main file included, without unittests
dub build --compiler=$DC
Expand Down

0 comments on commit aed4aad

Please sign in to comment.