From 1c371bfe29169d47c3aef6e1fef5b1eb6c90aa4f Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Thu, 9 Nov 2023 18:12:20 -0800 Subject: [PATCH] trial --- .github/workflows/yosys-plugin.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/yosys-plugin.yml b/.github/workflows/yosys-plugin.yml index 92093e2623..169ec5137b 100644 --- a/.github/workflows/yosys-plugin.yml +++ b/.github/workflows/yosys-plugin.yml @@ -39,7 +39,7 @@ jobs: run: | # Github dropped support for unauthorized git: https://github.blog/2021-09-01-improving-git-protocol-security-github/ # Make sure we always use https:// instead of git:// - git config --global url.https://github.com/.insteadOf git://github.com/ + #git config --global url.https://github.com/.insteadOf git://github.com/ # Use current main of the plugin repository... git clone https://github.com/alaindargelas/synlig.git git checkout stable_rs @@ -48,13 +48,6 @@ jobs: ./third_party/{surelog,yosys} \ ; - - name: Setup Surelog - uses: actions/checkout@v2 - with: - submodules: recursive - fetch-depth: 0 - path: 'synlig/third_party/surelog' - - name: Create Cache Timestamp id: cache_timestamp uses: nanzm/get-time-action@v1.1