Skip to content

Commit 5860344

Browse files
authored
Install pip and gh in our docker builds. (#87)
1 parent 2a76a60 commit 5860344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
- '14'
8383
- '16'
8484
steps:
85-
- run: apk add build-base git python3 wget
85+
- run: apk add build-base git python3 wget py3-pip
86+
- run: pip install gh
8687
- uses: actions/checkout@v2
8788
with:
8889
ref: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)