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 67c7803 commit 4ce3fc0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- compiler: dmd-beta
llvm: '15.0.7'
arch: x86_64
docker: true
data:
os:
host: ubuntu-latest
Expand All @@ -68,6 +69,7 @@ jobs:
- compiler: ldc-beta
llvm: '15.0.7'
arch: x86_64
docker: true
data:
os:
host: ubuntu-latest
Expand All @@ -77,6 +79,7 @@ jobs:
llvm: '15.0.7'
arch: x86_64
nightly: nightly
docker: true
data:
os:
host: ubuntu-latest
Expand All @@ -86,6 +89,7 @@ jobs:
llvm: '15.0.7'
arch: x86_64
nightly: nightly
docker: true
data:
os:
host: ubuntu-latest
Expand Down Expand Up @@ -132,6 +136,7 @@ jobs:
shell: bash
operating_system: ${{ matrix.data.os.target }}
version: ${{ matrix.data.os.version }}
environment_variables: DSTEP_LLVM_VERSION
run: |
sudo pkg install -y llvm git
d_version="$(echo ${{ matrix.compiler }} | sed 's/-latest//')"
Expand All @@ -154,4 +159,4 @@ jobs:
-e DSTEP_LLVM_VERSION=${{ env.DSTEP_LLVM_VERSION }} \
--platform linux/${{ matrix.docker_arch || matrix.arch }} \
alpine:edge \
./ci.sh
apk install -y --no-cache curl bash && ./ci.sh

0 comments on commit 4ce3fc0

Please sign in to comment.