Install git-annex in the testing workflow

This commit is contained in:
Matthias Riße 2024-04-18 17:25:32 +02:00
parent 1276d296cc
commit 17612d27a0

View file

@ -90,7 +90,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 '*'
@ -133,7 +133,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 '*'
@ -167,7 +167,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 '*'