Skip to content

Commit

Permalink
build: fix perl oneliner syntax on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Sep 21, 2022
1 parent 9526b47 commit db127ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/glpi-agent-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "PATH=%PATH%"
perl --version
perl -V
perl -e '@t = localtime; print "::set-output name=cache-version::".$^V."-".int($t[7]/7)."\n"'
perl -e "@t = localtime; print '::set-output name=cache-version::'.$^V.'-'.int($t[7]/7)"
shell: cmd
- name: Restore perl lib cache
uses: pat-s/always-upload-cache@v3
Expand Down

0 comments on commit db127ba

Please sign in to comment.