Skip to content

Updating to 124.0.6324.1_12.4.80 definitions #141

Updating to 124.0.6324.1_12.4.80 definitions

Updating to 124.0.6324.1_12.4.80 definitions #141

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 ./...