Skip to content

Update lha_write_file_data() to use LHAEncoder. #43

Update lha_write_file_data() to use LHAEncoder.

Update lha_write_file_data() to use LHAEncoder. #43

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check || (grep . test/*.log; false)