Skip to content

Commit

Permalink
fix: update download link for boost v1.74.0 (#65)
Browse files Browse the repository at this point in the history
* fix: update download link for boost v1.74.0

Signed-off-by: Shin-kyoto <[email protected]>

* fix: update download link to tar.gz

Signed-off-by: Shin-kyoto <[email protected]>

---------

Signed-off-by: Shin-kyoto <[email protected]>
  • Loading branch information
Shin-kyoto authored Jan 8, 2025
1 parent c2e861e commit b83b9f0
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://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.gz
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 b83b9f0

Please sign in to comment.