Skip to content

Commit

Permalink
add readme entry for install-libtinfo5
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu725 committed Dec 9, 2022
1 parent 0db07d1 commit 2cb50b7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,20 @@ permissions:
pull-requests: write
```

### Additional options
## Additional options

### Using a custom erdpy version

The erdpy version can be specified by providing:
```yml
pip-erdpy-args: erdpy==1.2.3
```

### Installing libtinfo5

When building smart contracts written in C, on ubuntu, the libtinfo5 has to be installed as clang requires this.
This can be optionally enabled by specifying:
```yml
install-libtinfo5: true
```
Note: if using a matrix build with multiple operating systems, enable this only for ubuntu.

0 comments on commit 2cb50b7

Please sign in to comment.