Skip to content

fix: realloc may return new address #5

fix: realloc may return new address

fix: realloc may return new address #5

Workflow file for this run

name: c_koans ci
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: sudo add-apt-repository -y ppa:snaipewastaken/ppa
- run: sudo apt-get update -qqq
- run: sudo apt-get install -yqq criterion-dev
- run: make clean all