Change url to https
authorMiodrag Milanovic <mmicko@gmail.com>
Tue, 11 Jan 2022 07:56:33 +0000 (08:56 +0100)
committerMiodrag Milanovic <mmicko@gmail.com>
Tue, 11 Jan 2022 07:56:33 +0000 (08:56 +0100)
.github/workflows/test-linux.yml
.github/workflows/test-macos.yml

index ef47d4dca44f85abc8f0ca7b6fd9a6bdfb44194b..9aa952e45707970d9f6393804ee653c851488ec3 100644 (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
index 8a78049073aa985e2917bb3145f19f5a066b5632..c25fb1e7ef6024f1e00460db6d473a829ae6fee7 100644 (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