Skip to content

Undo variable substitution that got into ".in" #7

Undo variable substitution that got into ".in"

Undo variable substitution that got into ".in" #7

Workflow file for this run

name: "bashdb CI"
on:
push:
jobs:
linux:
name: "Linux"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Packages
shell: bash
run: |+
sudo apt -y update
sudo apt -y install autoconf automake texinfo
- name: Configure
shell: bash
run: sh ./autogen.sh
- name: Test
env:
CIRCLECI: 1
shell: bash
run: make check