Skip to content

blow away original workflow #2997

blow away original workflow

blow away original workflow #2997

Workflow file for this run

ubuntu-build:

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'ubuntu-build', (Line: 1, Col: 1): Required property is missing: jobs
name: Package install test
runs-on: ubuntu-latest
steps:
- name: Add ka9q apt repository
run: |
curl -fsSL http://homer.ka9q.net/ka9q-archive-keyring.asc | \
sudo tee /usr/share/keyrings/ka9q-archive-keyring.asc >/dev/null
echo "deb [signed-by=/usr/share/keyrings/ka9q-archive-keyring.asc arch=amd64] http://homer.ka9q.net ka9q main" | \
sudo tee /etc/apt/sources.list.d/ka9q.list >/dev/null
sudo apt-get update
- name: Install package
run: |
sudo apt-get install -y ka9q-radio
- name: Smoke test
run: |
which radiod
radiod --help || true