Skip to content

Commit 1c8c44a

Browse files
committed
CI: v4 mac update
1 parent a3f1f73 commit 1c8c44a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci_mac.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ jobs:
55
test:
66
runs-on: macos-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99
- name: "Install dependencies"
1010
run: |
1111
brew install cpanminus [email protected] [email protected]
12+
cpanm DBI
1213
cpanm Devel::CheckLib
13-
cpanm Test::More
1414
cpanm Test::Deep
15-
cpanm DBI
15+
cpanm Test::More
16+
cpanm Test::Pod
1617
- name: "Run build"
1718
run: |
18-
export PATH="/usr/local/opt/[email protected]/bin:$PATH"
19+
export PATH="/usr/local/opt/[email protected]/bin:/opt/homebrew/opt/[email protected]/bin:/opt/homebrew/opt/[email protected]/bin:$PATH"
1920
perl Makefile.PL --testhost=127.0.0.1 --testuser=root
2021
make
2122
- name: "Start MySQL"

0 commit comments

Comments
 (0)