Skip to content

patch the output binary for glibc 2.2.5 #2

patch the output binary for glibc 2.2.5

patch the output binary for glibc 2.2.5 #2

Workflow file for this run

on:
push:
branches:
- 'master'
jobs:
compile:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Compile GDMP
run : make
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: GDMP
path: ${{ github.workspace }}/gdmp