Skip to content

Commit

Permalink
Forcibly add MSYS2 to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
retroandchill committed Nov 8, 2023
1 parent 97baa71 commit d41b179
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ jobs:


- name: Run sonar-scanner
shell: msys2 {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_EXE_WINDOWS }}
run: |
export PATH='/d/a/mkxp-z/mkxp-z/.sonar/sonar-scanner-5.0.1.3006-windows/bin:$PATH'
PATH = "${PATH};D:\a\_temp\msys64\mingw64\bin"
sonar-scanner --define sonar.cfamily.compile-commands=build/compile_commands.json --define sonar.projectKey=fcorso2016_mkxp-z_exe_windows
- name: Prepare archive
Expand Down

0 comments on commit d41b179

Please sign in to comment.