Skip to content

Commit

Permalink
Update tool_updater.yml (The-OpenROAD-Project#720)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
donn authored Nov 17, 2021
1 parent 46a0287 commit 0ffb3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tool_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Build TOOL
if: ${{ env.NO_UPDATE != '1' }}
run: cd ${GITHUB_WORKSPACE}/docker_build && make build-${{ env.TOOL }}
run: cd ${GITHUB_WORKSPACE}/docker && make build-${{ env.TOOL }}

- name: Create Pull Request
if: ${{ env.NO_UPDATE != '1' }}
Expand Down

0 comments on commit 0ffb3cc

Please sign in to comment.