Skip to content

Commit

Permalink
fix webrpc download location in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmilt committed Apr 22, 2024
1 parent 0b56051 commit a490d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: cd tests

- name: Download webrpc binaries
run: cd tests && ./scripts/download.sh ${{ matrix.webrpc-version }} .tmp/${{ matrix.webrpc-version }}
run: cd tests && ./scripts/download.sh ${{ matrix.webrpc-version }} .tmp/

- name: Export path of webrpc binaries
run: cd tests && echo "$PWD/.tmp" >> $GITHUB_PATH
Expand Down

0 comments on commit a490d44

Please sign in to comment.