Skip to content

Update gemc.cc

Update gemc.cc #50

Workflow file for this run

name: Build gemc
# Controls when the workflow will run
on:
# Triggers the workflow on all pushes
push:
pull_request:
types:
# only run workflow when a commit is pushed to a PR branch
# instead of running for all other PR events
- synchronize
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container: jeffersonlab/gemc:dev-fedora36
steps:
- name: Checkout
uses: actions/checkout@main
- name: Workflow Telemetry
uses: runforesight/[email protected]
- name: Build gemc
run: |
./ci/build_gemc.sh