Checkout repos as siblings
This commit is contained in:
parent
38abf666ae
commit
16f52735cc
@ -14,6 +14,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Clone project repository"
|
- name: "Clone project repository"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
path: 'test-continuous-deployment'
|
||||||
# At present the stock setup-python action fails on Linux/aarch64
|
# At present the stock setup-python action fails on Linux/aarch64
|
||||||
# Conditional steps below workaroud this by using deadsnakes for that case only
|
# Conditional steps below workaroud this by using deadsnakes for that case only
|
||||||
- name: "Install Python for ARM on Linux"
|
- name: "Install Python for ARM on Linux"
|
||||||
|
Loading…
Reference in New Issue
Block a user