mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 00:50:56 -05:00
invert dependencies to avoid race on network setup
This commit is contained in:
parent
e716e12a71
commit
3e607698b4
1 changed files with 1 additions and 1 deletions
|
@ -35,9 +35,9 @@ function install_other() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup() {
|
function setup() {
|
||||||
|
install_other
|
||||||
install_docker
|
install_docker
|
||||||
install_lxc
|
install_lxc
|
||||||
install_other
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setup
|
setup
|
||||||
|
|
Loading…
Reference in a new issue