From 1da9f77458240ab5b6efe3291769275a6fcf7c1b Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Tue, 29 Nov 2022 13:59:41 +0100 Subject: [PATCH] Add the missing part of GitHub Actions. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66b6808..7ae8a4d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,5 +10,7 @@ jobs: steps: - uses: actions/checkout@main - uses: dlang-community/setup-dlang@v1 + with: + compiler: ${{ matrix.dc }} - run: dub build --compiler=$DC - run: dub test --compiler=$DC