Skip to content

Commit

Permalink
CI: Make *yosys-plugins* wait for Surelog
Browse files Browse the repository at this point in the history
Surelog is used during `*yosys-plugins*` building.
  • Loading branch information
ajelinski committed Apr 9, 2022
1 parent 7ae4384 commit 287a1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
#11
yosys-plugins-symbiflow-linux:
runs-on: "ubuntu-20.04"
needs: ["icarus-linux", "yosys-linux-py37", "yosys-linux-py38"]
needs: ["icarus-linux", "yosys-linux-py37", "yosys-linux-py38", "surelog-linux-py37", "surelog-linux-py38"]
env:
PACKAGE: "syn/yosys-plugins-symbiflow"
OS_NAME: "linux"
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
#15
symbiflow-yosys-plugins-linux:
runs-on: "ubuntu-20.04"
needs: ["icarus-linux", "yosys-linux-py37"]
needs: ["icarus-linux", "yosys-linux-py37", "yosys-linux-py38", "surelog-linux-py37", "surelog-linux-py38"]
env:
PACKAGE: "syn/symbiflow-yosys-plugins"
OS_NAME: "linux"
Expand Down

0 comments on commit 287a1db

Please sign in to comment.