Skip to content

Commit

Permalink
feat: github action install gh cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yubing744 committed Jun 6, 2024
1 parent 9b359de commit 39a34cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Install GitHub CLI
run: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
- name: Add GitHub CLI repository
run: sudo apt-add-repository https://cli.github.com/packages
- name: Update package list
run: sudo apt-get update
- name: Install GitHub CLI
run: sudo apt-get install gh -y
- uses: rooch-network/rooch/.github/actions/rust-setup@main
Expand Down

0 comments on commit 39a34cb

Please sign in to comment.