Skip to content

Commit

Permalink
Fix CI pipeline for FreeBSD
Browse files Browse the repository at this point in the history
The public key need to be installed before installing a D compiler.
  • Loading branch information
jacob-carlborg committed Nov 12, 2023
1 parent 2cb53c1 commit d96406b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ jobs:
environment_variables: DSTEP_LLVM_VERSION DSTEP_COMPILER
run: |
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
- name: Set up QEMU
Expand Down

0 comments on commit d96406b

Please sign in to comment.