We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b09377 commit 24c443eCopy full SHA for 24c443e
.github/actions/1-setup/action.yml
@@ -110,7 +110,7 @@ runs:
110
uses: dlang-community/setup-dlang@v1
111
with:
112
# macOS arm64: use LDC v1.40.0 using LLVM v17, as Xcode v16
113
- compiler: ${{ inputs.arch == 'arm64' && 'ldc-1.40.0' || 'ldc-1.39.0' }}
+ compiler: ${{ inputs.arch == 'arm64' && 'ldc-latest' || 'ldc-1.39.0' }}
114
- name: 'Posix: Clear LD_LIBRARY_PATH env variable' # don't use host druntime/Phobos .so/.dylib etc.
115
if: runner.os != 'Windows'
116
shell: bash
0 commit comments