Skip to content

Commit d18e149

Browse files
committed
Test UID+GID
1 parent 8a8abcd commit d18e149

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,16 @@ jobs:
4444
coq_version: ${{ matrix.coq_version }}
4545
ocaml_version: ${{ matrix.ocaml_version }}
4646
custom_script: |
47+
startGroup Test UID+GID
48+
pwd
49+
ls -hal
50+
stat -c "UID=%u,GID=%g %n" $WORKDIR/$PACKAGE.opam
51+
endGroup
4752
startGroup Print opam config
4853
opam config list; opam repo list; opam list
4954
endGroup
5055
startGroup Fetch dependencies
51-
opam pin add -n -y -k path $PACKAGE .
56+
opam pin add -n -y -k path $PACKAGE $WORKDIR
5257
opam update -y
5358
endGroup
5459
startGroup Build

0 commit comments

Comments
 (0)