Skip to content

Commit

Permalink
Try stable_rs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Nov 9, 2023
1 parent dd17c47 commit 9130f98
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/yosys-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:
# Use current main of the plugin repository...
git clone https://github.com/alaindargelas/synlig.git
git checkout stable_rs
git submodule update --depth 1 --init --recursive --checkout \
third_party/yosys \
third_party/yosys_f4pga_plugins \
third_party/make_env \
third_party/ibex \
git submodule sync
git submodule update --depth 3 --init --recursive --checkout \
./third_party/{surelog,yosys} \
;
- name: Setup Surelog
uses: actions/checkout@v2
Expand Down

0 comments on commit 9130f98

Please sign in to comment.