mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
Change url to https
This commit is contained in:
parent
c428a894c0
commit
883b4fb7e6
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/test-macos.yml
vendored
2
.github/workflows/test-macos.yml
vendored
|
@ -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 a new issue