Skip to content

Update ce2fs, fix unpacking under windows, fix bullet address helper #5

Update ce2fs, fix unpacking under windows, fix bullet address helper

Update ce2fs, fix unpacking under windows, fix bullet address helper #5

Workflow file for this run

name: "Checks"
on:
pull_request:
branches: [dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
uses: "./.github/actions/build"