mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 14:38:11 -05:00
15 lines
365 B
YAML
15 lines
365 B
YAML
name: Debug ubuntu with tmate
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
branch:
|
|
description: 'Branch or tag to retrieve the binaries from'
|
|
required: false
|
|
default: 'master'
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Setup tmate session
|
|
uses: mxschmitt/action-tmate@v3 |