Skip to content

Update ci.yml

Update ci.yml #133

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install wabt
- uses: actions/setup-go@v2
with:
go-version: '1.22.x'
- name: Checkout repo
uses: actions/checkout@v2
- name: Make go deps
run: make deps
- name: Build
run: make