From: Vsevolod Stakhov Date: Fri, 15 Mar 2024 13:50:17 +0000 (+0000) Subject: [Test] Add missing path X-Git-Tag: 3.9.0~93^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=06838bfcc8ec1c580f76192176bd47dd4d03b65d;p=rspamd.git [Test] Add missing path --- diff --git a/.github/workflows/ci_rspamd.yml b/.github/workflows/ci_rspamd.yml index 45c1861dc..9496d2f29 100644 --- a/.github/workflows/ci_rspamd.yml +++ b/.github/workflows/ci_rspamd.yml @@ -29,6 +29,8 @@ jobs: - name: Check out source code uses: actions/checkout@v4 + with: + path: src - name: Set variables on ARM64 if: runner.arch == 'ARM64'