Change url to https

This commit is contained in:
Miodrag Milanovic 2022-01-11 08:56:33 +01:00
parent c428a894c0
commit 883b4fb7e6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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