Skip to content

Commit

Permalink
Improve build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
keylogic1 committed May 8, 2023
1 parent 4ef2612 commit 1a679c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
toolchain: ${{ env.TOOLCHAIN }}
target: ${{ env.TARGET}}
components: rustfmt, clippy
- run: make schema
if: ${{ env.ARTIFACTS_EXIST == 'false' }}
# - run: make schema
# if: ${{ env.ARTIFACTS_EXIST == 'false' }}
- run: cargo fetch --verbose
if: ${{ env.ARTIFACTS_EXIST == 'false' }}
- run: cargo clippy --all --all-targets -- -D warnings
Expand Down

0 comments on commit 1a679c7

Please sign in to comment.