Skip to content

Update hedron_compile_commands digest to d7d9efd #103

Update hedron_compile_commands digest to d7d9efd

Update hedron_compile_commands digest to d7d9efd #103

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: build-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: wasmerio/[email protected]
- uses: actions/checkout@v3
- run: bazel build //...