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 c468b44 commit 01b05d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
# with:
# submodules: recursive

- run: echo $GITHUB_WORKSPACE
- run: ls $GITHUB_WORKSPACE/scripts

- name: Set up Toolchain
run: source $GITHUB_WORKSPACE/scripts/install-mill.sh

- run: echo $PATH

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

0 comments on commit 01b05d2

Please sign in to comment.