We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4b9d3 commit 468e838Copy full SHA for 468e838
.github/workflows/asn1scc-tests.yml
@@ -21,4 +21,4 @@ jobs:
21
run: chmod +x ./github-build.sh
22
23
- name: Run container to build and test
24
- run: docker run --rm -v ${{ github.workspace }}:/app asn1scc bash -c "./github-build.sh"
+ run: docker run --rm -v ${{ github.workspace }}:/app --user 1000:1000 asn1scc bash -c "./github-build.sh"
0 commit comments