diff options
| author | ruki <[email protected]> | 2025-11-19 23:43:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-09 22:11:50 +0800 |
| commit | 4d7ff03f1f95b4edb3e1406fab6290ff1068170f (patch) | |
| tree | e507fa45cf7ae0906b90732ee67e4380c24d8f65 /.github/workflows/macos.yml | |
| parent | cd05cd1a20d5b77955b4c8410caf88030e398e91 (diff) | |
fix tests
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 581e5abf2..0408b90f3 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,10 +33,10 @@ jobs: - uses: little-core-labs/[email protected] id: tagName - - name: Installation + - name: Install dlang toolchain run: | - brew install dmd - brew install dub + brew install dmd --HEAD dub + dmd --version - name: Tests run: | |
