Skip to content

Add original and selected versions in 'smbios_decode' output #7

Add original and selected versions in 'smbios_decode' output

Add original and selected versions in 'smbios_decode' output #7

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: dependencies
run: sudo apt-get install cmake make gcc
- name: prepare
run: cmake .
- name: compilation
run: make