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 4d4d134 commit c6f3b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -exo pipefail

d_version="$(echo "$DSTEP_COMPILER" | sed 's/-latest//')"
source $(curl --retry 3 -fsS https://dlang.org/install.sh | bash -s "$d_version" -a)
./configure --llvm-path "llvm-$DSTEP_LLVM_VERSION" --statically-link-clang
Expand Down

0 comments on commit c6f3b59

Please sign in to comment.