From f3fbc2b4dfaf911366edf47ede3d531ab6cbb2af Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Mon, 18 Dec 2023 17:20:15 -0700 Subject: [PATCH] Reset angr-platforms branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ca3f556..c2e88166 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: # Extended packages # angr-platforms - - run: git clone https://github.com/angr/angr-platforms.git -b riscv/disable-prologs + - run: git clone https://github.com/angr/angr-platforms.git - run: pip install ./angr-platforms # pysoot - run: git clone https://github.com/angr/pysoot.git