Skip to content

Commit

Permalink
unzip opt
Browse files Browse the repository at this point in the history
  • Loading branch information
heliannuuthus committed Mar 29, 2024
1 parent eac1ba8 commit b7a8b76
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 @@ -101,7 +101,7 @@ jobs:
mkdir -p /opt/sonar-scanner/.sonar/cache
echo "SONAR_SCANNER_HOME=/opt/sonar-scanner" >> $GITHUB_ENV
curl -L -o sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip
unzip -qq -d /opt/sonar-scanner -j sonar-scanner.zip -y
unzip -qq -d /opt/sonar-scanner -o -j sonar-scanner.zip
mv sonar-scanner-cli-5.0.1.3006-linux /opt/sonar-scanner
echo "/opt/sonar-scanner/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit b7a8b76

Please sign in to comment.