Skip to content

Fix missing zeros_33sectors.bin #30

Fix missing zeros_33sectors.bin

Fix missing zeros_33sectors.bin #30

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build all platforms and run tests
run: |
sudo apt install pycodestyle
make all check
- name: Run cargo
run: |
cd degpt
cargo build