From 1b1991ac245592dd6c5f47f23263e85b1dd33b59 Mon Sep 17 00:00:00 2001 From: Sofi Azcoaga Date: Tue, 30 Apr 2024 11:20:09 -0300 Subject: [PATCH] add dependency --- .github/workflows/test-detectors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-detectors.yml b/.github/workflows/test-detectors.yml index d5d374cb..fa6d4fcd 100644 --- a/.github/workflows/test-detectors.yml +++ b/.github/workflows/test-detectors.yml @@ -122,6 +122,7 @@ jobs: - name: Run unit and integration tests run: | + rustup target add x86_64-apple-darwin rustup component add rust-src --toolchain nightly-2023-12-16-x86_64-apple-darwin python scripts/run-tests.py --detector=${{ matrix.detector }}