diff options
| author | ruki <[email protected]> | 2020-04-29 23:31:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-29 15:06:19 +0800 |
| commit | cc8239ff557e66277660b417521b882b30a6c567 (patch) | |
| tree | cbb5b0e35d7bbb7b6cb67e261fdff9a090e3a34a | |
| parent | 56989b9cc2e0ed8edab2d7a12de781e842b2dd2f (diff) | |
add dlang to ci
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad71a1e53..79d85dbfb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,9 @@ jobs: - uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: branch@dev + - uses: mihails-strasuns/[email protected] + with: + compiler: dmd-latest - name: tests run: | xmake lua -v -D tests/run.lua |
