Skip to content

Fix bugzilla issue 24841 - UTF-16 surrogates when used as an escape of a string should hint on error #3596

Fix bugzilla issue 24841 - UTF-16 surrogates when used as an escape of a string should hint on error

Fix bugzilla issue 24841 - UTF-16 surrogates when used as an escape of a string should hint on error #3596

Workflow file for this run

name: Build D compiler using dub
on:
- pull_request
- push
jobs:
test:
name: Build D compiler using dub
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install Host D compiler
uses: dlang-community/setup-dlang@v1
- name: Invoke dub
run: dub run dmd:compiler -- --version