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
1a8e929b59
commit
4df4706890
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue