Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #88

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #88

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y uuid-dev libjson-c-dev
- name: CMake
run: cmake .
- name: Build
run: make -j