Skip to content

docs: update cygwin instruction #27

docs: update cygwin instruction

docs: update cygwin instruction #27

name: riscv64 lin auto
on: [push, pull_request]
jobs:
riscv64_job:
runs-on: ubuntu-latest
name: riscv64 lin auto
steps:
- uses: actions/[email protected]
- uses: uraimo/run-on-arch-action@v2
name: Run
id: runcmd
with:
arch: riscv64
distro: ubuntu_latest
install: |
apt-get update -q -y
apt-get install -q -y autotools-dev cmake git g++ libtool
run: |
./autogen.sh
./configure
make
make check
make install
make uninstall