We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5557ee commit dabb78aCopy full SHA for dabb78a
1 file changed
.github/workflows/lab-autograding.yml
@@ -56,4 +56,7 @@ jobs:
56
if [ ${{ steps.lab.outputs.result }} -eq 6 ]; then
57
sudo apt install -y llvm-14
58
fi
59
+ if [ ${{ steps.lab.outputs.result }} -eq 8 ]; then
60
+ python3 -m pip install angr
61
+ fi
62
./validate.sh
0 commit comments