Merge branch 'master' of github.com:RapidSilicon/OpenFPGA_RS
This commit is contained in:
commit
01f79d89b8
|
@ -17,7 +17,14 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Updating submodules
|
||||
run: |
|
||||
git submodule init
|
||||
git submodule update --init --recursive
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Executing Script
|
||||
|
|
Loading…
Reference in New Issue