Skip to content

add: cmake

add: cmake #207

Workflow file for this run

name: Container
on: push
jobs:
node-docker:
runs-on: ubuntu-latest
container:
image: centos:7
steps:
- name: Run install.sh
run: |
curl -s https://raw.githubusercontent.com/ryuichi1208/dotfiles/master/linux/install.sh \
| bash