workflows/ci: Checkout to /usr/litex.
This commit is contained in:
parent
41bd8539c3
commit
72b61155c7
|
@ -9,6 +9,8 @@ jobs:
|
||||||
# Checkout Repository
|
# Checkout Repository
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
path: /usr/litex
|
||||||
|
|
||||||
# Install Tools
|
# Install Tools
|
||||||
- name: Install Tools
|
- name: Install Tools
|
||||||
|
|
Loading…
Reference in New Issue