Skip to content

Update gojieba v1.4.4 #22

Update gojieba v1.4.4

Update gojieba v1.4.4 #22

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.21
id: go
- name: Check Code
uses: actions/checkout@v4
- name: Test
run: |
make test