Skip to content

Commit bba4ddf

Browse files
committed
Setting up the right permissions for the .sh files
1 parent fd916ee commit bba4ddf

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
12+
13+
- name: Set Permissions
14+
run: chmod +x *.sh
15+
shell: bash
1216

1317
- name: Setup MacOS Defaults
1418
run: ./defaults.sh

defaults.sh

100644100755
File mode changed.

install.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)