add bunch of other stuff
This commit is contained in:
parent
9478917652
commit
def12398c8
1 changed files with 11 additions and 1 deletions
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
|
|
@ -103,7 +103,17 @@ jobs:
|
||||||
|
|
||||||
# Set an output parameter `uname` for use in subsequent steps
|
# Set an output parameter `uname` for use in subsequent steps
|
||||||
run: |
|
run: |
|
||||||
apk add python3 py3-pip
|
apk add
|
||||||
|
python3 \
|
||||||
|
py3-pip \
|
||||||
|
zlib-dev \
|
||||||
|
musl-dev \
|
||||||
|
libc-dev \
|
||||||
|
libffi-dev \
|
||||||
|
gcc \
|
||||||
|
g++ \
|
||||||
|
git \
|
||||||
|
pwgen
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
pip3 install -e .
|
pip3 install -e .
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue