Switch to HTTPS for pulling manifold to bypass an SSH limitation
Badgey Deployment / build (push) Failing after 10m14s
Details
Badgey Deployment / build (push) Failing after 10m14s
Details
This commit is contained in:
parent
080168518e
commit
23e67551b3
|
|
@ -12,6 +12,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Build (Release)
|
||||
run: cargo build --release
|
||||
run: cargo build --release --color=always
|
||||
- name: Deploy
|
||||
run: bash cicd/deploy.sh
|
||||
|
|
|
|||
|
|
@ -1095,7 +1095,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
|||
[[package]]
|
||||
name = "manifold"
|
||||
version = "4.0.0"
|
||||
source = "git+ssh://git@code.orbiter-radio.uk/discord/manifold.git#3d712fdcb32f4a6269d12b25b10371e1c307e272"
|
||||
source = "git+https://code.orbiter-radio.uk/discord/manifold.git#3d712fdcb32f4a6269d12b25b10371e1c307e272"
|
||||
dependencies = [
|
||||
"built",
|
||||
"chrono",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ diesel = { version = "2.1.0", features = ["sqlite", "r2d2", "chrono"] }
|
|||
diesel_migrations = "2.1.0"
|
||||
env_logger = "0.10.0"
|
||||
log = "0.4.20"
|
||||
manifold = { git = "ssh://git@code.orbiter-radio.uk/discord/manifold.git" }
|
||||
manifold = { git = "https://code.orbiter-radio.uk/discord/manifold.git" }
|
||||
# manifold = { path = "/home/xyon/Workspace/manifold/" }
|
||||
poise = { version = "0.5.*", features = [ "cache" ] }
|
||||
rand = { version = "0.8.5", features = [ "small_rng" ] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue