Skip to content

Added sudo rights for installation of dependencies. #2

Added sudo rights for installation of dependencies.

Added sudo rights for installation of dependencies. #2

Workflow file for this run

name: Build Open1722 and all the applications
on:
push:
branches: [$default-branch, ci-test]
pull_request:
branches: [$default-branch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install -y meson libcmocka0 libcmocka-dev lcov
- name: Run build_all.sh script
run: ./build_all.sh