Skip to content

Commit

Permalink
Fix compilation: Update lockfile to latest version before patching
Browse files Browse the repository at this point in the history
OIherwise version does not match

Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Feb 26, 2024
1 parent cfce689 commit fa74b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
workspaces: "repo-to-test -> target"

- run: |
cargo update $PATCH_ARGS
cargo update
cargo nextest run ${{ matrix.features }} $PATCH_ARGS --workspace
cargo test --doc ${{ matrix.features }} $PATCH_ARGS --workspace
working-directory: repo-to-test
Expand Down

0 comments on commit fa74b02

Please sign in to comment.