Install git-annex in the testing workflow

This commit is contained in:
Matthias Riße 2024-04-18 17:25:32 +02:00
parent 5361cf8cc6
commit af683b683f

View file

@ -86,7 +86,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update -qq
apt-get install --no-install-recommends -qq -y git-lfs
apt-get install --no-install-recommends -qq -y git-lfs git-annex
- name: setup user and permissions
run: |
git config --add safe.directory '*'
@ -126,7 +126,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update -qq
apt-get install --no-install-recommends -qq -y git-lfs
apt-get install --no-install-recommends -qq -y git-lfs git-annex
- name: setup user and permissions
run: |
git config --add safe.directory '*'
@ -160,7 +160,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update -qq
apt-get install --no-install-recommends -qq -y git-lfs
apt-get install --no-install-recommends -qq -y git-lfs git-annex
- name: setup user and permissions
run: |
git config --add safe.directory '*'
@ -209,4 +209,3 @@ jobs:
script=$(pwd)/.forgejo/upgrades/test-upgrade.sh
$script dependencies
su gitea -c "$script test_upgrades"