Skip to content

minor changes

minor changes #595

Workflow file for this run

name: Build
on:
push:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Setup Go'
uses: actions/setup-go@v4
with:
go-version: '>=1.22'
- name: Install Dependencies
run: |

Check failure on line 17 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
apt-get update
apt-get install -y libglib2.0-dev
- name: Checkout Repository
uses: actions/checkout@v3
- name: Build Vinegar
run: make