Skip to content

Commit

Permalink
Install tqdm for remill tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Oct 31, 2023
1 parent 5769019 commit 6bc632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg_ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
working-directory: remill
if: matrix.target_arch == 'x64' && startswith(matrix.llvm, 'llvm-16')
run: |
python3 -m pip install poetry
python3 -m pip install --user poetry tqdm
python3 -m pip install --user ./scripts/diff_tester_export_insns
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit 6bc632f

Please sign in to comment.