Skip to content

Commit

Permalink
ci: fix install codecov
Browse files Browse the repository at this point in the history
Signed-off-by: William Artero <git@artero.dev>
  • Loading branch information
wwmoraes committed Dec 5, 2023
1 parent fded7eb commit 8ab292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Expand Up @@ -331,7 +331,7 @@ jobs:
curl -Os https://cli.codecov.io/latest/linux/codecov
shasum -a 256 -c codecov.SHA256SUM
install -d codecov ${{ runner.temp }}/bin/codecov
install -D codecov ${{ runner.temp }}/bin
echo $PATH | grep -E "(^|:)${{ runner.temp }}/bin(:|$)" || echo "${{ runner.temp }}/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 8ab292a

Please sign in to comment.