Skip to content

Commit

Permalink
workflows: install zig.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jun 12, 2024
1 parent c432ced commit c03d9c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cxxrtl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
uses: actions/checkout@v4

- name: Set up Chryse
uses: chryse-hdl/setup-chryse-action@v2.4
uses: chryse-hdl/setup-chryse@v2
with:
source-ref: main
athena-source-ref: main
install-oss-cad-suite: true
github-token: ${{ secrets.GITHUB_TOKEN }}
install-zig: 0.13.0

- name: Elaborate and compile cxxrtl
run: sbt 'run cxxrtl -c'
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Chryse
uses: chryse-hdl/setup-chryse-action@v2.4
uses: chryse-hdl/setup-chryse@v2
with:
source-ref: main
athena-source-ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/synthesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Chryse
uses: chryse-hdl/setup-chryse-action@v2.4
uses: chryse-hdl/setup-chryse@v2
with:
source-ref: main
athena-source-ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Chryse
uses: chryse-hdl/setup-chryse-action@v2.4
uses: chryse-hdl/setup-chryse@v2
with:
source-ref: main
athena-source-ref: main
Expand Down

0 comments on commit c03d9c3

Please sign in to comment.