update cargo build

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-05-12 11:38:37 -06:00
parent 308cae99b3
commit 88e104f77c

View File

@@ -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) }}"