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