Merge branch 'master' of github.com:RapidSilicon/OpenFPGA_RS

This commit is contained in:
komaljaved-rs 2021-07-01 16:24:12 +05:00
commit 01f79d89b8
1 changed files with 8 additions and 1 deletions

View File

@ -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