Skip to content

Change a firmware blob loading timing. #915

Change a firmware blob loading timing.

Change a firmware blob loading timing. #915

Triggered via pull request January 27, 2025 02:40
Status Failure
Total duration 1m 9s
Artifacts

pullrequest.yaml

on: pull_request
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Build (20.x): src/store/state.ts#L720
Property 'firmwareBlob' is missing in type '{ keyboardName: string; firmware: null; flashing: false; progressRate: number; logs: string[]; mode: "instruction"; bootloaderType: "caterina"; flashMode: "fetch_and_flash"; buildingFirmwareTask: null; }' but required in type '{ keyboardName: string; firmware: IFirmware | null; flashing: boolean; progressRate: number; logs: string[]; mode: "loading" | "instruction" | "flashing"; bootloaderType: "copy" | "caterina" | "dfu"; flashMode: IFlashFirmwareDialogFlashMode; buildingFirmwareTask: IFirmwareBuildingTask | null; firmwareBlob: Buffer | ...'.
Build (20.x)
Process completed with exit code 2.
Build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (20.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/