Skip to content

dev: bump simple_logger to 5.0 #21

dev: bump simple_logger to 5.0

dev: bump simple_logger to 5.0 #21

Workflow file for this run

name: Build
on: [push]
jobs:
# Build the project on linux, windows and macos
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --release