Skip to content

Commit 59947e8

Browse files
committed
Update ttt.yml
1 parent ec7c5a7 commit 59947e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ttt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
--volume "${PWD}/dist:/artifacts"
3838
install: |
3939
apt-get update
40-
apt-get install -y --no-install-recommends software-properties-common curl
40+
apt-get install -y --no-install-recommends software-properties-common curl git gcc
4141
curl -fsSL https://pyenv.run | bash
4242
export PATH="$HOME/.pyenv/bin:$PATH"
4343
eval "$(pyenv init --path)"

0 commit comments

Comments
 (0)