Skip to content

Commit

Permalink
Get acl
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Apr 16, 2024
1 parent a82b202 commit bf0fcd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
path: languages/cpp/include

- name: List includes
run: ls languages/cpp/include
run: |
ls languages/cpp/include
Get-Acl languages/cpp/include/* | Format-List
- name: Build unix
working-directory: languages/cpp
Expand Down

0 comments on commit bf0fcd9

Please sign in to comment.