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 1ac2dcf commit 7472eafCopy full SHA for 7472eaf
.github/workflows/ci.yaml
@@ -350,6 +350,11 @@ jobs:
350
with:
351
node-version: "16"
352
353
+ - name: Install Python 3
354
+ uses: actions/setup-python@v3
355
+ with:
356
+ python-version: "3.x"
357
+
358
- name: Install nfpm
359
run: |
360
curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh -s -- -b ~/.local/bin v2.3.1
0 commit comments