Remove iwyu action since clang is too old #76
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: Integrate log library with Kreon KV | |
on: [push] | |
jobs: | |
build-kreon: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Prepare environment | |
run: sudo apt-get install -y libnuma-dev libboost-dev | |
- name: Download Kreon | |
run: git clone https://github.com/CARV-ICS-FORTH/kreon.git | |
- name: Configure Kreon | |
run: cd kreon && cmake -Bbuild -H. | |
- name: Build Kreon | |
run: cd kreon/build && make all |