Skip to content

Commit

Permalink
ci: fetch before build
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 12, 2024
1 parent 96156d1 commit 7c5b15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
echo "C:\mingw\${{ matrix.mingw_dir }}\bin" >> $GITHUB_PATH
shell: bash
if: matrix.mingw_dir
- run: cargo fetch
- run: cargo build
- run: cargo build --features nightly
- run: cargo build --all-targets
Expand Down

0 comments on commit 7c5b15e

Please sign in to comment.