fixes
This commit is contained in:
parent
27743c7276
commit
aae335cab2
|
@ -14,5 +14,7 @@
|
|||
- solc
|
||||
- solc-select
|
||||
- brownie
|
||||
- manticore
|
||||
- mythril
|
||||
- ganache
|
||||
- remix
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: Install python3.10-venv
|
||||
- name: Install python3-venv
|
||||
become_user: root
|
||||
become: true
|
||||
apt:
|
||||
|
@ -6,4 +6,4 @@
|
|||
update_cache: yes
|
||||
cache_valid_time: 604800
|
||||
pkg:
|
||||
- python3.10-venv
|
||||
- python3-venv
|
||||
|
|
Loading…
Reference in a new issue