Skip to content

Commit

Permalink
fixup! Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jun 30, 2023
1 parent 4f3714a commit e1a2953
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1a2953

Please sign in to comment.