aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-01-11 08:56:33 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-01-11 08:56:33 +0100
commit883b4fb7e64810392ac2bbe88349d3fcdcdc398b (patch)
treee50b971cf581d0f12409ee15bfe9f1ddcf03bea1 /.github
parentc428a894c07e20278d06e290605762ef1d6ca209 (diff)
downloadyosys-883b4fb7e64810392ac2bbe88349d3fcdcdc398b.tar.gz
yosys-883b4fb7e64810392ac2bbe88349d3fcdcdc398b.tar.bz2
yosys-883b4fb7e64810392ac2bbe88349d3fcdcdc398b.zip
Change url to https
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-linux.yml2
-rw-r--r--.github/workflows/test-macos.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml
index ef47d4dca..9aa952e45 100644
--- a/.github/workflows/test-linux.yml
+++ b/.github/workflows/test-linux.yml
@@ -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
diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml
index 8a7804907..c25fb1e7e 100644
--- a/.github/workflows/test-macos.yml
+++ b/.github/workflows/test-macos.yml
@@ -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