diff --git a/.github/workflows/build_with_dub.yml b/.github/workflows/build_with_dub.yml index 7e1163baeb..08047ddabb 100644 --- a/.github/workflows/build_with_dub.yml +++ b/.github/workflows/build_with_dub.yml @@ -17,5 +17,8 @@ jobs: - name: Install Host D compiler uses: dlang-community/setup-dlang@v1 - - name: Invoke dub + - name: Build and run compiler run: dub run dmd:compiler -- --version + + - name: Build frontend library + run: dub build dmd:frontend