Skip to content

may a fix of cannot found liconv #5

may a fix of cannot found liconv

may a fix of cannot found liconv #5

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- master
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: build
run: |
mkdir build && cd build && cmake .. && make
pwd
ls
cd .. && pwd && ls
- uses: actions/upload-artifact@v3
with:
name: linux
path: build/json