Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a7575d

Browse files
committed
also prepare build system before trying to use pyenv
1 parent 2b0e536 commit 8a7575d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19+
- name: Prepare build system
20+
run: |
21+
apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
22+
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
23+
xz-utils tk-dev libffi-dev liblzma-dev
1924
- name: Prepare python
2025
run: |
21-
set -x
2226
curl https://pyenv.run | bash
2327
{ echo 'export PATH="$PYENV_ROOT/bin:$PATH"';
2428
echo 'eval "$(pyenv init -)"';

0 commit comments

Comments
 (0)