Skip to content

Test action

Test action #18

Workflow file for this run

on: [push]
jobs:
test-setup-c3-action:
strategy:
matrix:
include:
- os: macos-latest
arch: arm64
- os: ubuntu-latest
arch: x64
- os: windows-latest
arch: x64
runs-on: ${{ matrix.os }}
name: A job to say hello
steps:
- uses: actions/checkout@v4
- uses: radekm/setup-c3@7bb63f23c535be0f3cf42b7bc1889037fc211c16
with:
version: v0.6.4
- run: c3c --help