fix: realloc may return new address #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |