Skip to content

Commit

Permalink
test: fix macos action environment
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jan 21, 2020
1 parent a1e1fb0 commit 262453f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/glpi-agent-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
- uses: actions/checkout@v1
- name: Update environment
run: |
echo '::add-path::/usr/local/Cellar/perl/5.30.0/bin'
PERL_VERSION=$(perl -MConfig -e 'print $Config{version}')
echo "::add-path::/usr/local/Cellar/perl/$PERL_VERSION/bin"
- name: Check environment
run: |
echo "PATH=$PATH"
Expand Down

0 comments on commit 262453f

Please sign in to comment.