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.
1 parent 022a339 commit 2d57a2dCopy full SHA for 2d57a2d
.github/workflows/ci.yaml
@@ -149,6 +149,10 @@ jobs:
149
./ci/steps/nfpm.sh -b ~/.local/bin v2.3.1
150
echo "$HOME/.local/bin" >> $GITHUB_PATH
151
152
+ # NOTE: ubuntu-arm64-latest does not include yarn
153
+ - name: Install yarn
154
+ run: sudo npm install -g yarn
155
+
156
- name: Download npm package
157
uses: actions/download-artifact@v2
158
with:
0 commit comments