diff --git a/.github/actions/1-setup/action.yml b/.github/actions/1-setup/action.yml index b8e9bf55da2..5803097e786 100644 --- a/.github/actions/1-setup/action.yml +++ b/.github/actions/1-setup/action.yml @@ -108,7 +108,7 @@ runs: - name: Install D host compiler uses: dlang-community/setup-dlang@v1 with: - compiler: ldc-latest + compiler: ldc-1.36.0 - name: 'Posix: Clear LD_LIBRARY_PATH env variable' # don't use host druntime/Phobos .so/.dylib etc. if: runner.os != 'Windows' shell: bash