From d33fb0d56627202e6338736c119aa3c1b1c8ed77 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Sun, 28 Apr 2024 19:48:22 -0700 Subject: [PATCH] Add DUB install to VM initialization. --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed27c241e60..fba22fa8880 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -131,6 +135,8 @@ 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: