diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-11 09:39:45 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-11 09:39:45 +0100 |
commit | b91533d9f2d4b2b6a8d24d44d879f7cfe4a78941 (patch) | |
tree | 93774f76c177a8c6c60b51f7944029cfa30ac89e | |
parent | 883b4fb7e64810392ac2bbe88349d3fcdcdc398b (diff) | |
download | yosys-b91533d9f2d4b2b6a8d24d44d879f7cfe4a78941.tar.gz yosys-b91533d9f2d4b2b6a8d24d44d879f7cfe4a78941.tar.bz2 yosys-b91533d9f2d4b2b6a8d24d44d879f7cfe4a78941.zip |
Forgot one
-rw-r--r-- | .github/workflows/test-macos.yml | 2 |
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 |