diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-03-15 13:46:44 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-03-15 13:46:44 +0000 |
commit | d4ec16c739f686d4790ec2c90d17a43778974cd3 (patch) | |
tree | 4140e9e1b851b719261d0f4dbf440da96bcca1f8 /.github | |
parent | ba48cbafe8f4e01cdb70150268106ff384440954 (diff) | |
download | rspamd-d4ec16c739f686d4790ec2c90d17a43778974cd3.tar.gz rspamd-d4ec16c739f686d4790ec2c90d17a43778974cd3.zip |
[Test] Try to hack
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_rspamd.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci_rspamd.yml b/.github/workflows/ci_rspamd.yml index 59a6b4832..45c1861dc 100644 --- a/.github/workflows/ci_rspamd.yml +++ b/.github/workflows/ci_rspamd.yml @@ -17,9 +17,10 @@ env: jobs: test: - runs-on: ["ubuntu-latest"] + runs-on: [ "ubuntu-latest" ] container: image: ${{ inputs.image }} + options: --user root steps: - name: Create directories run: | |