mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 05:40:01 +03:00
Fix: add build type for macos-13 runner with dmd
This commit is contained in:
parent
a8c4a588b2
commit
796d212b05
1 changed files with 3 additions and 0 deletions
3
.github/workflows/default.yml
vendored
3
.github/workflows/default.yml
vendored
|
@ -73,6 +73,9 @@ jobs:
|
||||||
- compiler:
|
- compiler:
|
||||||
dmd: dmd
|
dmd: dmd
|
||||||
host: macos-13
|
host: macos-13
|
||||||
|
build:
|
||||||
|
type: 'dub'
|
||||||
|
version: 'current'
|
||||||
|
|
||||||
runs-on: ${{ matrix.host }}
|
runs-on: ${{ matrix.host }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue