Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Nov 10, 2023
1 parent 9130f98 commit 1c371bf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/yosys-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit 1c371bf

Please sign in to comment.