Skip to content

Commit 65065d1

Browse files
authored
Github workflows: mac.yml - run packages_install.sh
1 parent 3de6730 commit 65065d1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/mac.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ on:
99
- '.github/workflows/mac.yml'
1010
pull_request:
1111
branches: [ "devel", "testing", "stable", "LTS" ]
12+
13+
14+
jobs:
15+
run-script:
16+
runs-on: macos-latest
17+
18+
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v4
21+
22+
- name: Run script
23+
run: MacOS/packages_install.sh

0 commit comments

Comments
 (0)