Skip to content

Commit 0667db3

Browse files
committed
attempt
1 parent 3be369c commit 0667db3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
custom_image: ${{ matrix.image }}
3030
after_script: |
3131
ls -l
32-
chmod -R a+w .
32+
id
33+
sudo chmod -R a+w .
3334
make all-examples
3435
make all-tests
3536
export: 'OPAMWITHTEST OPAMIGNORECONSTRAINTS OPAMVERBOSE' # space-separated list of variables

0 commit comments

Comments
 (0)