mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Attempt to fix env sourcing for sh inn build context
This commit is contained in:
@@ -7,7 +7,7 @@ build:
|
|||||||
jobs:
|
jobs:
|
||||||
pre_install:
|
pre_install:
|
||||||
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
- source ~/.cargo/env
|
- . ~/.cargo/env
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|||||||
Reference in New Issue
Block a user