Skip to content

Commit

Permalink
CI: v4 mac update
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jan 3, 2025
1 parent a3f1f73 commit 1c8c44a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Install dependencies"
run: |
brew install cpanminus mysql@8.0 mysql-client@8.0
cpanm DBI
cpanm Devel::CheckLib
cpanm Test::More
cpanm Test::Deep
cpanm DBI
cpanm Test::More
cpanm Test::Pod
- name: "Run build"
run: |
export PATH="/usr/local/opt/mysql@8.0/bin:$PATH"
export PATH="/usr/local/opt/mysql@8.0/bin:/opt/homebrew/opt/mysql-client@8.0/bin:/opt/homebrew/opt/mysql@8.0/bin:$PATH"
perl Makefile.PL --testhost=127.0.0.1 --testuser=root
make
- name: "Start MySQL"
Expand Down

0 comments on commit 1c8c44a

Please sign in to comment.