Skip to content

Commit

Permalink
fix: update download link to tar.gz
Browse files Browse the repository at this point in the history
Signed-off-by: Shin-kyoto <[email protected]>
  • Loading branch information
Shin-kyoto committed Jan 8, 2025
1 parent 33ed7a6 commit 97bc973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
block:
- name: "{{ block_name }}: Download and extract source"
ansible.builtin.unarchive:
src: https://archives.boost.io/release/1.74.0/source/boost_1_74_0.tar.bz2
src: https://archives.boost.io/release/1.74.0/source/boost_1_74_0.tar.gz
dest: "{{ source_build_dir }}"
remote_src: true
- name: "{{ block_name }}: Build boost"
Expand Down

0 comments on commit 97bc973

Please sign in to comment.