Skip to content

Switch to apt-get

Switch to apt-get #3

Workflow file for this run

name: "test-install"
on:
push:
branches:
- main
jobs:
install:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04]
steps:
- uses: actions/checkout@v4
- name: install
run: pwd && ./install.sh 1
env:
CI: true