Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Nov 13, 2023
1 parent 80a4922 commit 3d42fa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/iai_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@ jobs:
if: ${{ steps.cache-iai-results.outputs.cache-hit != 'true' }}
run: |
echo "1111111"
echo "cargo --version"
cargo --version
echo "pip install -r requirements.txt"
pip install -r requirements.txt
echo "sudo apt update"
sudo apt update
echo "sudo apt install -y valgrind"
sudo apt install -y valgrind
echo "cargo install --version 0.3.1 iai-callgrind-runner"
cargo install --version 0.3.1 iai-callgrind-runner
- name: Run iai benchmarks
Expand Down

0 comments on commit 3d42fa4

Please sign in to comment.