Skip to content

handle terminal resize while running external program #418

handle terminal resize while running external program

handle terminal resize while running external program #418

Workflow file for this run

name: Linux
on:
pull_request:
push:
branches:
- master
- main
- dev/*
jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup ccache
uses: ./.github/actions/setup-ccache
- name: Build Linux
run: ./make.sh all