From 3f5662755634d2af3b25fd208b4e982f0c0b3739 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 12 Oct 2023 14:42:05 -0400 Subject: [PATCH] Temp 21: Fix audit CI workflow --- .github/workflows/audit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 1c0fb429..f8c869b0 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,6 +12,9 @@ jobs: security_audit: name: Security audit runs-on: ubuntu-20.04 + defaults: + run: + working-directory: bdk-ffi steps: - uses: actions/checkout@v3 - uses: actions-rs/audit-check@v1