Skip to content

Commit

Permalink
Fix choco install
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed May 13, 2024
1 parent 8419747 commit c7a3755
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,9 @@ jobs:
new-item "C:\Users\runneradmin\.android\repositories.cfg" -ItemType "file"
echo yes | .\sdkmanager.bat "ndk-bundle" "cmake;3.10.2.4988404" "ndk;21.4.7075529" --sdk_root=$Env:ANDROID_SDK_ROOT
working-directory: ${{ env.ANDROID_SDK_ROOT }}\cmdline-tools\7.0\bin
- name: Setup Choco
run: .\tools\setup-choco.cmd
working-directory: ${{ env.GITHUB_WORKSPACE }}
- name: Chocolatey
run: |
choco: install --no-progress -y ninja
choco install --no-progress -y ninja
- name: List CMake
run: |
pwd
Expand Down

0 comments on commit c7a3755

Please sign in to comment.