Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
radekm committed Nov 15, 2024
1 parent f85a32b commit ad4eef3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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@91e4239907f1925ca1397a5cd3ed94cbcf948e42
with:
version: v0.6.4
- shell: bash
run: c3c --help

0 comments on commit ad4eef3

Please sign in to comment.