Skip to content

RSDK-12298 — Get rid of ALSA capture slave error in find-webc… #55

RSDK-12298 — Get rid of ALSA capture slave error in find-webc…

RSDK-12298 — Get rid of ALSA capture slave error in find-webc… #55

Workflow file for this run

name: Build Test
on:
pull_request:
pull_request_target:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- uses: viamrobotics/build-action@v1.4
with:
version: "" # Empty = build only, no deploy
ref: ${{ github.event.pull_request.head.sha || github.sha }}
key-id: ${{ secrets.VIAM_DEV_API_KEY_ID }}
key-value: ${{ secrets.VIAM_DEV_API_KEY }}
build-windows:
uses: ./.github/workflows/build-and-upload-windows.yml
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}