update cargo build
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
- name: Install cargo {{ pkg }}
|
- name: Install cargo {{ pkg }}
|
||||||
become: "{{ ext_become }}"
|
become: "{{ ext_become }}"
|
||||||
environment:
|
environment:
|
||||||
RUSTONIG_SYSTEM_LIBONIG=1
|
RUSTONIG_SYSTEM_LIBONIG: 1
|
||||||
community.general.cargo:
|
community.general.cargo:
|
||||||
name: "{{ pkg.name | default(pkg) }}"
|
name: "{{ pkg.name | default(pkg) }}"
|
||||||
version: "{{ pkg.vers | default(omit) }}"
|
version: "{{ pkg.vers | default(omit) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user