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

Merge pull request #74 from fhem/fix-svnPackage

fix[pipeline]: Install subversion package
This commit is contained in:
sidey79 2025-01-10 13:03:36 +01:00 committed by GitHub
commit dd99b691e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
run: | run: |
sudo apt-get remove git git-man sudo apt-get remove git git-man
sudo apt-get update 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 - name: checkout authors
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2

View File

@ -22,7 +22,7 @@ jobs:
run: | run: |
sudo apt-get remove git git-man sudo apt-get remove git git-man
sudo apt-get update 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 - name: checkout mirror config branch
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2