Skip to content

Commit

Permalink
macos: print umask when building
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Aug 24, 2023
1 parent 1c09ee6 commit a099946
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
rm -rf submodules
rm -rf test
rm -rf windows
- name: Check umask
run: |
umask
umask -S
- name: Install Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit a099946

Please sign in to comment.