Skip to content

Commit

Permalink
Add DUB install to VM initialization. (#8992)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightBender committed Apr 29, 2024
1 parent 8e6f772 commit 140484a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -51,6 +51,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 50

- name: Install Host D compiler
uses: dlang-community/setup-dlang@v1

- name: Clone DMD
run: |
set -uexo pipefail
Expand Down Expand Up @@ -131,6 +135,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 50

- name: Install Host D compiler
uses: dlang-community/setup-dlang@v1

- name: Run in VM
uses: cross-platform-actions/action@v0.23.0
with:
Expand Down

0 comments on commit 140484a

Please sign in to comment.