mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-14 04:24:06 +00:00
...
This commit is contained in:
parent
eeef6cd992
commit
ccfbc133f2
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -21,5 +21,7 @@ jobs:
|
||||
run: python3 --version
|
||||
- name: "Get install script"
|
||||
run: curl -o /opt/quick-install-linux.sh https://raw.githubusercontent.com/cerc-io/stack-orchestrator/main/scripts/quick-install-linux.sh
|
||||
- name: "I love computers"
|
||||
run: chmod +x /opt/quick-install-linux.sh
|
||||
- name: "Install Stack Orchestrator"
|
||||
run: CERC_SO_INSTALL_SKIP_PACKAGES=true /opt/quick-install-linux.sh -y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user