Skip to content

start with workflows #3

start with workflows

start with workflows #3

Workflow file for this run

---
name: test
on: [push]
jobs:
list-platforms:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- run: |
whoami
env
find
ci/list_toolchains_platforms