From be90260f3c60cd2bab23b36835d4956852b73cc0 Mon Sep 17 00:00:00 2001 From: Henri Lunnikivi Date: Mon, 18 Mar 2024 17:05:58 +0200 Subject: [PATCH] Set user=root https://github.com/actions/checkout/issues/956 --- .github/workflows/validate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9204ec3..9da7242 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -39,7 +39,9 @@ jobs: - 80 volumes: - my_docker_volume:/volume_mount - options: --cpus 1 + options: | + --cpus 1 + --user root steps: - uses: actions/checkout@v3.0.2 - name: Download artifact