Skip to content

Properly apt-get install inn2 in a GitHub Action. #1

Properly apt-get install inn2 in a GitHub Action.

Properly apt-get install inn2 in a GitHub Action. #1

# Demonstrate how to properly `apt-get install inn2` in a GitHub Action.
# Configure the inn2 instance so that other code can test interactions with the inn2 server.
name: apt-get_install_inn2
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
apt-get_install_inn2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update -qq
sudo apt-get install --yes inn2
inn2 --version