liblzma: Fix incorrect macro name in a comment #131
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-License-Identifier: 0BSD | |
name: NetBSD | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
NetBSD-test: | |
runs-on: ubuntu-latest | |
name: Test xz on NetBSD | |
steps: | |
- uses: actions/[email protected] | |
- name: Test in NetBSD | |
id: test | |
uses: vmactions/NetBSD-vm@dd0161ecbb6386e562fd098acf367633501487a4 #v1.1.3 | |
with: | |
usesh: true | |
prepare: | | |
/usr/sbin/pkg_add -v autoconf automake gmake gettext-tools gtar-base libtool-base m4 po4a | |
run: | | |
set -e | |
export LC_ALL=C LANG=C | |
uname -a | |
./autogen.sh | |
./configure --enable-werror | |
make | |
make check VERBOSE=1 |