Skip to content

Commit

Permalink
unzip opt
Browse files Browse the repository at this point in the history
  • Loading branch information
heliannuuthus committed Mar 30, 2024
1 parent 0bea424 commit c225b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-golang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
echo "SONAR_SCANNER_HOME=/opt/sonar-scanner" >> $GITHUB_ENV
${{ steps.sonar-restore-cache.outputs.cache-hit != 'true' }} && \
curl -L -o sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip && \
unzip -o sonar-scanner.zip -d /opt/sonar-scanner -qq -j && \
unzip -qq -j -o sonar-scanner.zip -d /opt/sonar-scanner && \
mv sonar-scanner-cli-5.0.1.3006-linux /opt/sonar-scanner
echo "/opt/sonar-scanner/bin" >> $GITHUB_PATH
shell: bash
Expand Down

0 comments on commit c225b6b

Please sign in to comment.