Skip to content

fix(app): make linux CEF deb package runnable #31

fix(app): make linux CEF deb package runnable

fix(app): make linux CEF deb package runnable #31

name: Installer Smoke
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
smoke-unix:
name: Smoke install.sh (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# ubuntu-22.04 temporarily disabled — no Linux release asset published yet
os: [macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run installer dry-run
run: bash scripts/install.sh --dry-run --verbose
# smoke-windows:
# name: Smoke install.ps1 (windows-latest)
# runs-on: windows-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Run installer dry-run
# shell: pwsh
# run: ./scripts/install.ps1 -DryRun