From 247486cb7ddd83d9c334a05194f4df78df881039 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Wed, 24 Jul 2024 11:43:42 -0700 Subject: [PATCH] Remove stale workaround --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c922cbdc..321dd9e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,8 +238,6 @@ jobs: echo /usr/local/opt/findutils/libexec/gnubin >> $GITHUB_PATH echo /usr/local/opt/gnu-tar/libexec/gnubin >> $GITHUB_PATH echo /usr/local/opt/llvm/bin >> $GITHUB_PATH - # https://github.com/Homebrew/homebrew-core/issues/140244 - codesign --verify $(which qemu-system-x86_64) || brew reinstall qemu --build-from-source - name: bpf-linker if: runner.os == 'macOS'