2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

fix[pipeline]: Install subversion package

This commit is contained in:
sidey79 2025-01-10 13:00:20 +01:00
parent 1509e041c0
commit 45c98fe9f9
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
run: |
sudo apt-get remove git git-man
sudo apt-get update
sudo apt-get install git-svn --no-install-recommends
sudo apt-get install subversion git-svn -y --no-install-recommends
- name: checkout authors
uses: actions/checkout@v4.2.2

View File

@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get remove git git-man
sudo apt-get update
sudo apt-get install git-svn --no-install-recommends
sudo apt-get install subversion git-svn -y --no-install-recommends
- name: checkout mirror config branch
uses: actions/checkout@v4.2.2