Skip to content

Fix jpg contains garbage bytes #4 #40

Fix jpg contains garbage bytes #4

Fix jpg contains garbage bytes #4 #40

Workflow file for this run

name: linux
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
run: |
cmake -B build .
cmake --build build -- all
cmake --build build -- check