Skip to content

Commit

Permalink
build: fix windows cache version usage
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Oct 21, 2022
1 parent 452cafe commit fa5cdb2
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 @@ -70,7 +70,7 @@ jobs:
echo "PATH=%PATH%"
perl --version
perl -V
perl -e "@t = localtime; print 'cache-version='.$^V.'-'.int($t[7]/7)" >>$GITHUB_OUTPUT
perl -e "@t = localtime; print 'cache-version='.$^V.'-'.int($t[7]/7)" >>%GITHUB_OUTPUT%
shell: cmd
- name: Restore perl lib cache
uses: actions/cache@v3
Expand Down

0 comments on commit fa5cdb2

Please sign in to comment.