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