Skip to content

Commit

Permalink
rclone fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Feb 21, 2024
1 parent dee0acf commit e97729e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
- name: 🐧 Install dependencies
run: |
sudo apt-get install \
sqlite3 \
libapp-options-perl \
libencode-perl \
libyaml-libyaml-perl \
libjson-xs-perl \
libdbd-csv-perl \
libdbd-sqlite3-perl \
libtemplate-perl
libencode-perl \
libjson-xs-perl \
libtemplate-perl \
libyaml-libyaml-perl \
rclone \
sqlite3
# https://github.com/marketplace/actions/checkout
- name: 🛎️ Checkout
Expand Down

0 comments on commit e97729e

Please sign in to comment.