Skip to content

fix: SyncNotSupported("File") not supported #8

fix: SyncNotSupported("File") not supported

fix: SyncNotSupported("File") not supported #8

Workflow file for this run

name: "Project Test Run"
on:
workflow_dispatch:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Installing Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Download PKG Databases
run: ./scripts/get_pkgs.sh
- name: Building with Cargo
uses: actions-rs/cargo@v1
with:
command: build
args: --release
- name: Run DBGen Parse
run: cargo run --release --bin dbgen
- uses: actions/download-artifact@v4
with:
path: local.db