Skip to content

Commit

Permalink
chore: added missing file permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Feb 17, 2025
1 parent 81fe648 commit ef1a495
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/spconv/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# cspell:ignore Bcumm, cumm, spconv
- name: Download the cumm package
ansible.builtin.get_url:
mode: "0644"
url: https://github.com/knzo25/spconv_cpp/releases/download/spconv_v{{ spconv_version }}%2Bcumm_v{{ cumm_version }}/cumm_{{ cumm_version }}_amd64.deb
dest: /tmp/cumm.deb

Expand All @@ -12,6 +13,7 @@

- name: Download the spconv package
ansible.builtin.get_url:
mode: "0644"
url: https://github.com/knzo25/spconv_cpp/releases/download/spconv_v{{ spconv_version }}%2Bcumm_v{{ cumm_version }}/spconv_{{ spconv_version }}_amd64.deb
dest: /tmp/spconv.deb

Expand Down

0 comments on commit ef1a495

Please sign in to comment.