diff options
| -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 |
