Skip to content

Commit

Permalink
ci(grawler): fix binstall args
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Mar 22, 2024
1 parent 5f6bf61 commit 242f4bb
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
Expand Up @@ -6,7 +6,6 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:


env:
CARGO_TERM_COLOR: always

Expand All @@ -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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 242f4bb

Please sign in to comment.