summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdagobert <[email protected]>2023-03-27 08:10:31 +0200
committerpdagobert <[email protected]>2023-03-27 08:10:31 +0200
commitfeb5d21a6e9a0b657c659a8d28840147fbd5c62d (patch)
treebe9e8dfe9ef1914e4e701fd8aa43672308250bee
parenta894ed62de8110030f76de2d2c8ca2b885bb6d09 (diff)
Install dub in macos CI
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 3aebacf6b..63a208bb1 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -31,6 +31,7 @@ jobs:
- name: Installation
run: |
brew install dmd
+ brew install dub
- name: Tests
run: |