Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 (#226) #77

Bump actions/checkout from 4.1.4 to 4.1.5 (#226)

Bump actions/checkout from 4.1.4 to 4.1.5 (#226) #77

Workflow file for this run

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