Skip to content
Draft
Changes from all 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
4 changes: 4 additions & 0 deletions .github/workflows/build-boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:

- name: Cache build output
uses: Swatinem/rust-cache@v2
# See: https://github.com/oxidecomputer/hubris/issues/2535 - allow windows to still continue
# if cache fails. Make this conditional because we don't *think* we've observed this on
# linux runners yet.
continue-on-error: ${{ runner.os == 'Windows' }}

- name: Cache vcpkg
uses: actions/cache@v4
Expand Down
Loading