Skip to content

Bump lukka/get-cmake from 4.2.3 to 4.3.1 #191

Bump lukka/get-cmake from 4.2.3 to 4.3.1

Bump lukka/get-cmake from 4.2.3 to 4.3.1 #191

Workflow file for this run

name: scons
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install scons
- name: Build
run: |
make
- name: Test
run: |
make test