8000 Stop including the modules · YuuCorp/Yuuko@29dd240 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: Add FFI module support #14

feat: Add FFI module support

feat: Add FFI module support #14

name: Docker Build Check
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag crackheadakira/yuuko:test
0