diff options
Diffstat (limited to 'build.yml')
-rw-r--r-- | build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ # this build is meant to be submitted manually image: alpine/latest packages: + - rsync - python3-dev - - python3-setuptools_scm - - py3-poetry + - py3-setuptools_scm + - poetry sources: - https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer |