Skip to content

update kdf supports

update kdf supports #2

Workflow file for this run

name: Build For test
on:
push:
branches: [ Skyworship ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build fal
run: |
make build
- name: Watch Artifacts
run: |
ls -al
ls -al ./build
file ./build/*
- name: Cleanup
run: |
make clean