ci: fixing the hacky workarounds
Build and Deploy / build-docker (push) Failing after 44s Details

This commit is contained in:
antifallobst 2023-10-12 00:33:14 +02:00
parent 667ab0c4f8
commit ade2d99abf
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
steps:
- name: Fixing Environment
run: |
echo "rc_cgroup_mode=\"unified\"" >> /etc/rc/conf
echo "rc_cgroup_mode=\"unified\"" >> /etc/rc.conf
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx