Skip to content

Commit

Permalink
Update build command in d.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Apr 20, 2024
1 parent 1681576 commit da88289
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 @@ -39,7 +39,7 @@ jobs:
run: dub run serverino:test-02

- name: Build examples
run: dub build --root=examples/01_hello_world/
run: dub build --build=release --root=examples/01_hello_world/
&& dub build --root=examples/02_priority/
&& dub build --root=examples/03_form/
&& dub build --root=examples/04_html_dom/
Expand Down

0 comments on commit da88289

Please sign in to comment.