Skip to content

Commit

Permalink
try user fix suggested in gh issue
Browse files Browse the repository at this point in the history
  • Loading branch information
george-btrt committed Sep 26, 2024
1 parent 85c6830 commit 3c02673
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c02673

Please sign in to comment.