Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0e536 commit 8a7575dCopy full SHA for 8a7575d
1 file changed
.github/workflows/rust.yml
@@ -16,9 +16,13 @@ jobs:
16
17
steps:
18
- 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
24
- name: Prepare python
25
run: |
- set -x
26
curl https://pyenv.run | bash
27
{ echo 'export PATH="$PYENV_ROOT/bin:$PATH"';
28
echo 'eval "$(pyenv init -)"';
0 commit comments