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 26b88b2 commit c7eb11cCopy full SHA for c7eb11c
.github/workflows/test-pass.yml
@@ -78,6 +78,11 @@ jobs:
78
- name: Check .ply file permissions
79
run: |
80
icacls ${{github.workspace}}/tests/test_data/roof_quarter.ply
81
+
82
+ # FIXME: possible solution: Ensure the .ply file has read permissions
83
+ - name: Set read permissions for .ply file
84
+ run: |
85
+ icacls ${{github.workspace}}/tests/test_data/roof_quarter.ply /grant Everyone:R
86
87
- name: Run tests with cmake
88
0 commit comments