From 3c026737304b53f82bc6a4c7575e97bac2aeb95c Mon Sep 17 00:00:00 2001 From: george-btrt Date: Thu, 26 Sep 2024 15:28:27 +0100 Subject: [PATCH] try user fix suggested in gh issue --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6e068f..a81c8b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,9 @@ jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest - container: nimlang/nim + container: + image: nimlang/nim + options: --user 1001 # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it