mirror of
https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo.git
synced 2025-04-21 05:36:43 +02:00
Install git-annex in the testing workflow
This commit is contained in:
parent
1d996d1346
commit
0063c3c25f
1 changed files with 3 additions and 3 deletions
|
@ -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 '*'
|
||||
|
|
Loading…
Add table
Reference in a new issue