split read of segments into 0x100 byte chunks to speed it up #297
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- "**" | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
ci: | |
uses: angr/ci-settings/.github/workflows/angr-ci.yml@master |