mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Update mirror.yml
create mountpoint before using it
This commit is contained in:
parent
fc0c941fd6
commit
1791fb6122
1
.github/workflows/mirror.yml
vendored
1
.github/workflows/mirror.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
|
|
||||||
- name: create tmpfs for svn repo
|
- name: create tmpfs for svn repo
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p ./src/fhem-mirror/
|
||||||
sudo mount -t tmpfs -o size=3G tmpfs ./src/fhem-mirror/
|
sudo mount -t tmpfs -o size=3G tmpfs ./src/fhem-mirror/
|
||||||
|
|
||||||
- name: Cache runners svn-2-git-fhem mirror directory
|
- name: Cache runners svn-2-git-fhem mirror directory
|
||||||
|
Loading…
Reference in New Issue
Block a user