]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Add missing path
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 15 Mar 2024 13:50:17 +0000 (13:50 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 15 Mar 2024 13:50:17 +0000 (13:50 +0000)
.github/workflows/ci_rspamd.yml

index 45c1861dce5b6e19460e344a4c087a29f20f75af..9496d2f29b2c5d1bacd7f416cada277782fd22cd 100644 (file)
@@ -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'