Skip to content

Commit

Permalink
Merge pull request #120 from OpenMS/fix_windows_build
Browse files Browse the repository at this point in the history
allow downgrades for ci
  • Loading branch information
t0mdavid-m authored Dec 16, 2024
2 parents 07a1597 + 682772f commit 4b3f9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
shell: bash
run: |
choco install ccache ninja -y --no-progress
choco install cmake --version=3.31.1 -y --no-progress
choco install cmake --version=3.31.1 -y --no-progress --force
## GH CLI "SHOULD BE" installed. Sometimes I had to manually install nonetheless. Super weird.
# https://github.com/actions/runner-images/blob/main/images/win/scripts/Installers/Install-GitHub-CLI.ps1
echo "C:/Program Files (x86)/GitHub CLI" >> $GITHUB_PATH
Expand Down

0 comments on commit 4b3f9a4

Please sign in to comment.