Commit e87566b4 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

ci: Add bookworm tag to rust image

parent ea3b243e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
default:
  tags:
    - cpu
  image: rust
  image: rust:bookworm
  before_script:
    - rustup component add rustfmt
    - rustup component add clippy