diff options
| author | ruki <[email protected]> | 2025-12-10 22:29:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-10 22:29:12 +0800 |
| commit | ce1be43362a6f0cb6e4adf117e73d55d61f27f8b (patch) | |
| tree | bf0fff37cffa09a9bcc277ba1f317967c099991f /.github | |
| parent | fa4b54675ebc0f0ed0361f5ccc3d788819f2a20c (diff) | |
disable dmd on ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/macos.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 86f98073a..57feb362f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,11 +33,6 @@ jobs: - uses: little-core-labs/[email protected] id: tagName - - name: Install dlang toolchain - run: | - brew install dmd - dmd --version - - name: Tests run: | xmake lua -v -D tests/run.lua |
