Skip to content

Commit

Permalink
recover Using relative path to reference the action in the current br…
Browse files Browse the repository at this point in the history
…anch for rust-setup
  • Loading branch information
yourmoonlight committed Jun 12, 2024
1 parent 6ac72ab commit 25ef208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/rust-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ runs:
- name: install protoc and related tools
working-directory: ./moveos
shell: bash
run: ./scripts/dev_setup.sh -b -r
run: scripts/dev_setup.sh -b -r
2 changes: 1 addition & 1 deletion .github/workflows/check_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
&& sudo apt update \
&& sudo apt install gh -y
- uses: ./.github/actions/rust-setup # Using relative path to reference the action in the current branch
- uses: rooch-network/rooch/.github/actions/rust-setup@main
# Todo self-hosted install docker fail
#- name: Set up Docker
# uses: docker-practice/actions-setup-docker@master
Expand Down

0 comments on commit 25ef208

Please sign in to comment.