mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 21:40:59 -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() {
|
||||
install_other
|
||||
install_docker
|
||||
install_lxc
|
||||
install_other
|
||||
}
|
||||
|
||||
setup
|
||||
|
|
Loading…
Reference in a new issue