mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-19 04:22:12 +00:00
16 lines
267 B
YAML
16 lines
267 B
YAML
name: Probe Workflow
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
probe:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: List available compilers
|
|
run: |
|
|
lsb_release -a
|
|
apt list --installed | grep clang
|
|
apt list --installed | grep g++
|