Change url to https
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user