workflows/ci: Checkout to /usr/litex.

This commit is contained in:
Florent Kermarrec 2022-03-24 10:12:38 +01:00
parent 41bd8539c3
commit 72b61155c7
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ jobs:
# Checkout Repository
- name: Checkout
uses: actions/checkout@v2
with:
path: /usr/litex
# Install Tools
- name: Install Tools