Skip to content

Updating to 126.0.6432.1_12.6.56 definitions #146

Updating to 126.0.6432.1_12.6.56 definitions

Updating to 126.0.6432.1_12.6.56 definitions #146

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Install Packages
run: |
sudo apt-get -qq update
sudo apt-get install -y build-essential
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: |
go build ./...