Skip to content

Commit

Permalink
fixup! Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 2, 2023
1 parent 12df131 commit af0e8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ jobs:
host: macOS-latest
target_triple: x86_64-apple-macos10.9

- compiler: ldc-master
llvm: '15.0.7'
arch: x86_64
nightly: nightly
data:
os:
host: macOS-latest
target_triple: x86_64-apple-macos10.9

steps:
- name: Clone Repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -135,7 +126,7 @@ jobs:
version: ${{ matrix.data.os.version }}
environment_variables: DSTEP_LLVM_VERSION DSTEP_COMPILER
run: |
sudo pkg install -y llvm git
sudo pkg install -y llvm git gnupg
d_version="$(echo ${{ matrix.compiler }} | sed 's/-latest//')"
source $(curl --retry 3 -fsS https://dlang.org/install.sh | bash -s "$d_version" -a)
./ci.sh
Expand Down
3 changes: 1 addition & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ download() {
d_compiler() {
echo "$DSTEP_COMPILER" | \
sed 's/-latest//' | \
sed 's/dmd-master/dmd-nightly /' | \
sed 's/ldc-master/ldc-latest-ci /'
sed 's/dmd-master/dmd-nightly/'
}

install_d_compiler() {
Expand Down

0 comments on commit af0e8bf

Please sign in to comment.