Skip to content

Commit

Permalink
change submodule path from ssh to https to support github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhizhenzhong committed Aug 22, 2023
1 parent cdf8567 commit 30254d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dnn_single_core.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
on:
issue_comment:
branches:
- master
- main

push:
paths:
- 'rtl/*.v'
- 'rtl/tb/*.py'
- '.github/*'

jobs:
build:
Expand Down
9 changes: 6 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[submodule "rtl/utils/verilog-axis"]
path = rtl/utils/verilog-axis
url = [email protected]:zhizhenzhong/verilog-axis.git
url = https://github.com/zhizhenzhong/verilog-axis.git
branch = master
[submodule "rtl/utils/verilog-axi"]
path = rtl/utils/verilog-axi
url = [email protected]:zhizhenzhong/verilog-axi.git
url = https://github.com/zhizhenzhong/verilog-axi.git
branch = master
[submodule "api/lightning_lib/qick"]
path = api/lightning_lib/qick
url = [email protected]:zhizhenzhong/qick.git
url = https://github.com/zhizhenzhong/qick.git
branch = master

0 comments on commit 30254d8

Please sign in to comment.