summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-10 00:42:06 +0800
committerruki <[email protected]>2025-12-10 00:42:06 +0800
commitfa4b54675ebc0f0ed0361f5ccc3d788819f2a20c (patch)
tree8b029d08d7476c5c5db3f4411d4ca12a0a905008
parenta3899393a91987855ab6e4f9daecd2a388f504ea (diff)
update dmd
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 0408b90f3..86f98073a 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -35,7 +35,7 @@ jobs:
- name: Install dlang toolchain
run: |
- brew install dmd --HEAD dub
+ brew install dmd
dmd --version
- name: Tests