Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix binaries checkout
Browse files Browse the repository at this point in the history
twizmwazin committed Jan 9, 2024
1 parent 1c8a15b commit a75eeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
- name: Checkout binaries
uses: actions/checkout@v4
with:
repository: https://github.com/angr/binaries.git
repository: angr/binaries
path: binaries
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2

0 comments on commit a75eeb7

Please sign in to comment.