Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(grawler): fix binstall args
Browse files Browse the repository at this point in the history
mrtnvgr committed Mar 22, 2024
1 parent 5f6bf61 commit 203038d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/grawler.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:


env:
CARGO_TERM_COLOR: always

@@ -15,7 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall grawler
- run: grawler check
- uses: actions/checkout@v4
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall grawler -y --force
- run: grawler check
with:
GITHUB_TOKEN: ${{ secrets.github_token }}

0 comments on commit 203038d

Please sign in to comment.