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 ec7c5a7 commit 59947e8Copy full SHA for 59947e8
1 file changed
.github/workflows/ttt.yml
@@ -37,7 +37,7 @@ jobs:
37
--volume "${PWD}/dist:/artifacts"
38
install: |
39
apt-get update
40
- apt-get install -y --no-install-recommends software-properties-common curl
+ apt-get install -y --no-install-recommends software-properties-common curl git gcc
41
curl -fsSL https://pyenv.run | bash
42
export PATH="$HOME/.pyenv/bin:$PATH"
43
eval "$(pyenv init --path)"
0 commit comments