diff options
| author | ruki <[email protected]> | 2024-08-21 23:12:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-08-21 23:12:37 +0800 |
| commit | e9c5cecc2afa094aac017acb29650e959e214cad (patch) | |
| tree | 350ae40d5ad7783395ff7c19b4801b52b53ffb62 | |
| parent | 354af2044a4943f670dc8ddfcf848f93bfb1e7de (diff) | |
fix ci
| -rw-r--r-- | .github/workflows/cosmocc.yml | 7 |
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 |
