Skip to content

Commit

Permalink
CI (alpine): Don't install valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed May 26, 2024
1 parent e4ec559 commit e9c5ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-arch-emu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
mpfr-dev
lapack-dev
python3
${{ matrix.arch != 'riscv64' && 'valgrind' || '' }}
util-linux-misc
autoconf
automake
libtool
# ${{ matrix.arch != 'riscv64' && 'valgrind' || '' }}

- name: get CPU information (emulated)
run: lscpu
Expand Down

0 comments on commit e9c5ceb

Please sign in to comment.