Skip to content

Update image requirement from 0.24.2 to 0.25.1 #25

Update image requirement from 0.24.2 to 0.25.1

Update image requirement from 0.24.2 to 0.25.1 #25

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *'
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: cargo build --release --verbose