summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cosmocc.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/cosmocc.yml b/.github/workflows/cosmocc.yml
index bc0d41f45..381e1eaae 100644
--- a/.github/workflows/cosmocc.yml
+++ b/.github/workflows/cosmocc.yml
@@ -29,6 +29,11 @@ jobs:
with:
xmake-version: local#../xmake-source
+ - name: Installation
+ run: |
+ brew install dmd
+ brew install dub
+
- name: Build
run: |
cd core
@@ -39,6 +44,8 @@ jobs:
- name: Tests
run: |
source scripts/srcenv.profile
+ xmake --version
+ xmake l os.programfile
xmake lua -v -D tests/run.lua
xrepo --version