[work around apparent macOS bug in ci/run.sh rebuild]

This commit is contained in:
Martin Kinkelin 2023-09-17 02:03:49 +02:00
parent 90ab114358
commit 183d01fac6

View file

@ -104,7 +104,7 @@ jobs:
run: ci/run.sh build run: ci/run.sh build
- name: Rebuild dmd (with enabled coverage) - name: Rebuild dmd (with enabled coverage)
if: matrix.coverage if: matrix.coverage
run: ENABLE_RELEASE=0 ENABLE_DEBUG=1 ENABLE_COVERAGE=1 ci/run.sh rebuild run: ENABLE_RELEASE=0 ENABLE_DEBUG=1 ENABLE_COVERAGE=1 ${{ runner.os == 'macOS' && 'OS_NAME=osx' || '' }} ci/run.sh rebuild
- name: Test dmd - name: Test dmd
run: ci/run.sh test_dmd run: ci/run.sh test_dmd
- name: Test druntime - name: Test druntime