Skip to content

thunks: avoid loading ELF header to DOS [#172][skip CI] #326

thunks: avoid loading ELF header to DOS [#172][skip CI]

thunks: avoid loading ELF header to DOS [#172][skip CI] #326

Workflow file for this run

name: Build
on:
pull_request:
types:
- opened
- edited
- ready_for_review
- reopened
- synchronize
push:
jobs:
build:
if: contains(github.event.head_commit.message, '[skip ci]') == false
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: package install
run: ./ci_prereq.sh
- name: build
run: ./ci_build.sh