aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-01-11 09:39:45 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-01-11 09:39:45 +0100
commitb91533d9f2d4b2b6a8d24d44d879f7cfe4a78941 (patch)
tree93774f76c177a8c6c60b51f7944029cfa30ac89e /.github
parent883b4fb7e64810392ac2bbe88349d3fcdcdc398b (diff)
downloadyosys-b91533d9f2d4b2b6a8d24d44d879f7cfe4a78941.tar.gz
yosys-b91533d9f2d4b2b6a8d24d44d879f7cfe4a78941.tar.bz2
yosys-b91533d9f2d4b2b6a8d24d44d879f7cfe4a78941.zip
Forgot one
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml
index c25fb1e7e..09ab382bf 100644
--- a/.github/workflows/test-macos.yml
+++ b/.github/workflows/test-macos.yml
@@ -122,7 +122,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-homebrew