Skip to content

Fixed rishka_sanitize_path() usage on rishka_syscalls.cpp #88

Fixed rishka_sanitize_path() usage on rishka_syscalls.cpp

Fixed rishka_sanitize_path() usage on rishka_syscalls.cpp #88

Workflow file for this run

name: Rust Build CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: rishka-cc cargo build
run: cd tools/rishka-cc && cargo build --release