Skip to content

chore(deps): bump glib-sys from 0.19.5 to 0.19.8 in the default group… #70

chore(deps): bump glib-sys from 0.19.5 to 0.19.8 in the default group…

chore(deps): bump glib-sys from 0.19.5 to 0.19.8 in the default group… #70

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: cargo install cross
- name: Run checks
run: |
make --always-make check_all
PACKAGE=licensekey_handler make build
PACKAGE=embedded_web_page make build