Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
| sh -s -- --default-toolchain=1.94.0 -y
| sh -s -- --default-toolchain=1.95.0 -y
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"

# Install cargo-nextest so the agent can run unit tests.
Expand Down
121 changes: 59 additions & 62 deletions .github/workflows/openvmm-ci.yaml

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions .github/workflows/openvmm-docs-ci.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions .github/workflows/openvmm-docs-pr.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading