Skip to content

Commit

Permalink
TMP: test
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Dec 16, 2024
1 parent a85dcd1 commit c468b44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
run: source $GITHUB_WORKSPACE/scripts/install-mill.sh

- name: Run make verilog
run: make verilog
run: |
export PATH=$GITHUB_WORKSPACE/toolchains:$PATH
make verilog

0 comments on commit c468b44

Please sign in to comment.