Skip to content

Merge pull request #77 from buty4649/update-package #186

Merge pull request #77 from buty4649/update-package

Merge pull request #77 from buty4649/update-package #186

Workflow file for this run

name: C/C++ CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Cache assets
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: tmp
key: ${{ runner.os }}-build-${{ hashFiles('Makefile') }}
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: test
run: make test_on_docker
env:
DIST: github