Skip to content

Update github actions to use ubuntu24 #7

Update github actions to use ubuntu24

Update github actions to use ubuntu24 #7

Workflow file for this run

---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
container: rust:buster
steps:
- uses: actions/checkout@v3
- run: rm -f target/
- run: cargo build
- run: ./target/debug/sdstatus -h