Skip to content

Improved GitHub action workflow pipeline. #3

Improved GitHub action workflow pipeline.

Improved GitHub action workflow pipeline. #3

Workflow file for this run

name: Build Test
on: [push]
jobs:
runs-on: ${{ matrix.os }}

Check failure on line 6 in .github/workflows/build_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_test.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.2'
- name: Use CMake Action
uses: threeal/[email protected]
- name: Install Qrepo
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh)"
- name: CMake Build
run: qrepo run build