Update build.yml

This commit is contained in:
kaedwen
2023-07-05 11:08:32 +02:00
committed by GitHub
parent bfe262e719
commit 8024838596
+1 -4
View File
@@ -17,17 +17,14 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Prepare
run: sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
run: sudo apt-get install --no-install-recommends -y make gcc libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
- name: Build
run: make build