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 4039a44 commit 9119afcCopy full SHA for 9119afc
.github/workflows/mac.yml
@@ -19,5 +19,8 @@ jobs:
19
- name: Checkout repository
20
uses: actions/checkout@v4
21
22
+ - name: Make script executable
23
+ run: chmod +x ./MacOS/packages_install.sh
24
+
25
- name: Run script
26
run: ./MacOS/packages_install.sh
0 commit comments