From: Miodrag Milanovic Date: Tue, 11 Jan 2022 08:39:45 +0000 (+0100) Subject: Forgot one X-Git-Tag: yosys-0.14~32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b91533d9f2d4b2b6a8d24d44d879f7cfe4a78941;p=yosys.git Forgot one --- 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