We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6722fe6 + 92da6e4 commit c346581Copy full SHA for c346581
.buildkite/pipeline.yml
@@ -24,8 +24,10 @@ steps:
24
- label: "🧪 Build and Test"
25
key: test
26
command: |
27
+ # We only need this for tasks running on a Mac
28
+ brew install pkg-config git-lfs libxml2 imagemagick@6
29
+
30
echo "--- :git: Setting up git-lfs"
- brew install git-lfs
31
git-lfs install
32
33
echo "--- :rubygems: Setting up Gems"
CHANGELOG.md
@@ -18,7 +18,7 @@ _None_
18
19
### Internal Changes
20
21
-* Speed up our CI by removing now-useless installation of ImageMagick on CI to run the "Build and Test" step. [#348]
+_None_
22
23
## 4.0.0
0 commit comments