diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-11 08:56:33 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-11 08:56:33 +0100 |
commit | 883b4fb7e64810392ac2bbe88349d3fcdcdc398b (patch) | |
tree | e50b971cf581d0f12409ee15bfe9f1ddcf03bea1 | |
parent | c428a894c07e20278d06e290605762ef1d6ca209 (diff) | |
download | yosys-883b4fb7e64810392ac2bbe88349d3fcdcdc398b.tar.gz yosys-883b4fb7e64810392ac2bbe88349d3fcdcdc398b.tar.bz2 yosys-883b4fb7e64810392ac2bbe88349d3fcdcdc398b.zip |
Change url to https
-rw-r--r-- | .github/workflows/test-linux.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test-macos.yml | 2 |
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 |