Skip to content

Commit 9119afc

Browse files
authored
Update mac.yml
1 parent 4039a44 commit 9119afc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mac.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22+
- name: Make script executable
23+
run: chmod +x ./MacOS/packages_install.sh
24+
2225
- name: Run script
2326
run: ./MacOS/packages_install.sh

0 commit comments

Comments
 (0)