Update mirror.yml

create mountpoint before using it
This commit is contained in:
sidey79 2022-09-04 23:26:14 +02:00 committed by GitHub
parent fc0c941fd6
commit 1791fb6122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ jobs:
- name: create tmpfs for svn repo
run: |
mkdir -p ./src/fhem-mirror/
sudo mount -t tmpfs -o size=3G tmpfs ./src/fhem-mirror/
- name: Cache runners svn-2-git-fhem mirror directory