Skip to content

fix: add --forward flag to PATCH_EXECUTABLE command #186

fix: add --forward flag to PATCH_EXECUTABLE command

fix: add --forward flag to PATCH_EXECUTABLE command #186

Workflow file for this run

name: Examples
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build all
env:
CC: gcc
CXX: g++
run: python3 examples/build_all.py
clang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build all
env:
CC: clang
CXX: clang++
run: python3 examples/build_all.py