Skip to content

Bump actions/checkout from 3.6.0 to 4.0.0 (#214) #60

Bump actions/checkout from 3.6.0 to 4.0.0 (#214)

Bump actions/checkout from 3.6.0 to 4.0.0 (#214) #60

Workflow file for this run

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