mirror of https://github.com/YosysHQ/yosys.git
Change url to https
This commit is contained in:
parent
c428a894c0
commit
883b4fb7e6
|
@ -85,7 +85,7 @@ jobs:
|
|||
- name: Get iverilog
|
||||
shell: bash
|
||||
run: |
|
||||
git clone git://github.com/steveicarus/iverilog.git
|
||||
git clone https://github.com/steveicarus/iverilog.git
|
||||
|
||||
- name: Cache iverilog
|
||||
id: cache-iverilog
|
||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Get iverilog
|
||||
shell: bash
|
||||
run: |
|
||||
git clone git://github.com/steveicarus/iverilog.git
|
||||
git clone https://github.com/steveicarus/iverilog.git
|
||||
|
||||
- name: Cache iverilog
|
||||
id: cache-iverilog
|
||||
|
|
Loading…
Reference in New Issue