Skip to content

Commit

Permalink
Bump rclone version
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Oct 19, 2023
1 parent 48fff40 commit 86e0161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
- name: Install non-pip dependencies of the workflow call library
run: |
apt install -y -qq imagemagick inkscape
wget https://github.com/rclone/rclone/releases/download/v1.59.1/rclone-v1.59.1-linux-amd64.deb -O /tmp/rclone-v1.59.1-linux-amd64.deb
dpkg -i /tmp/rclone-v1.59.1-linux-amd64.deb
wget https://github.com/rclone/rclone/releases/download/v1.64.1/rclone-v1.64.1-linux-amd64.deb -O /tmp/rclone-v1.64.1-linux-amd64.deb
dpkg -i /tmp/rclone-v1.64.1-linux-amd64.deb
- name: Determine which branch to use while cloning the workflow call library
id: workflow_call_library_branch
run: |
Expand Down

0 comments on commit 86e0161

Please sign in to comment.