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 21adbbe commit e2317ceCopy full SHA for e2317ce
.github/workflows/GHPages.yml
@@ -15,7 +15,7 @@ jobs:
15
args: |
16
sh -c "
17
apk update \
18
- && apk add --no-cache curl bash \
+ && apk add --no-cache curl bash python3 \
19
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \
20
&& source ~/.nvm/nvm.sh \
21
&& nvm install --lts \
0 commit comments