Skip to content

Commit a49e5b5

Browse files
authored
Merge branch 'main' into issue-template-bug
2 parents 92f6d3d + 432c6a5 commit a49e5b5

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

.github/workflows/dep_rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
- name: clippy
4747
run: just clippy ${{ matrix.config }}
4848

49+
- name: Ensure up-to-date Cargo.lock
50+
run: |
51+
cargo fetch --locked
52+
cargo fetch --manifest-path src/tests/rust_guests/simpleguest/Cargo.toml --locked
53+
cargo fetch --manifest-path src/tests/rust_guests/callbackguest/Cargo.toml --locked
54+
4955
- name: Get gh action service name
5056
if: ${{ (runner.os == 'Windows' )}}
5157
run: (Get-Service actions.runner.*) | Foreach { $_.Name, $_.UserName, $_.ServiceType }

src/tests/rust_guests/callbackguest/Cargo.lock

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tests/rust_guests/simpleguest/Cargo.lock

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)