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