Skip to content

Commit

Permalink
Remove basecoin installation from integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Apr 24, 2024
1 parent 1233dc7 commit 2f26f16
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,6 @@ jobs:
with:
toolchain: stable

- name: Install basecoin binary
run: |
cargo install --path basecoin
basecoin --version
- name: Install basecoin binary
run: |
cargo install --path basecoin
basecoin --version
- name: Set environment variables
run: |
echo "BASECOIN_SRC=$(pwd)" >> $GITHUB_ENV
Expand Down

0 comments on commit 2f26f16

Please sign in to comment.