diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c7ff65f..457e505 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: - name: Install D compiler uses: dlang-community/setup-dlang@v1 with: - compiler: dmd-latest + compiler: ldc-latest - name: Install Node.js Dependencies run: npm install - name: Cache DUB Artifacts