From e1a2953b789efb9a43789b49092cef948dd4f8bd Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Fri, 30 Jun 2023 07:45:20 +0200 Subject: [PATCH] fixup! Try --- .github/workflows/ci.yml | 60 ++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 060e2d20..3a661802 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,39 +57,39 @@ jobs: - '15.0.7' include: - - data: + - compiler: dmd-beta llvm: '15.0.7' arch: x86_64 - compiler: dmd-beta - os: - host: ubuntu-latest - target_triple: x86_64-alpine-linux-musl + data: + os: + host: ubuntu-latest + target_triple: x86_64-alpine-linux-musl + + - compiler: ldc-beta + llvm: '15.0.7' + arch: x86_64 + data: + os: + host: ubuntu-latest + target_triple: x86_64-alpine-linux-musl - # - data: - # llvm: '15.0.7' - # arch: x86_64 - # compiler: ldc-beta - # os: - # host: ubuntu-latest - # target_triple: x86_64-alpine-linux-musl - # - # - data: - # llvm: '15.0.7' - # arch: x86_64 - # compiler: dmd-master - # nightly: nightly - # os: - # host: ubuntu-latest - # target_triple: x86_64-alpine-linux-musl - # - # - data: - # llvm: '15.0.7' - # arch: x86_64 - # compiler: ldc-master - # nightly: nightly - # os: - # host: ubuntu-latest - # target_triple: x86_64-alpine-linux-musl + - compiler: dmd-master + llvm: '15.0.7' + arch: x86_64 + nightly: nightly + data: + os: + host: ubuntu-latest + target_triple: x86_64-alpine-linux-musl + + - compiler: ldc-master + llvm: '15.0.7' + arch: x86_64 + nightly: nightly + data: + os: + host: ubuntu-latest + target_triple: x86_64-alpine-linux-musl steps: - name: Clone Repository