Skip to content

Commit

Permalink
add eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Mar 19, 2024
1 parent 36f9ff3 commit 52713f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-openms:
runs-on: windows-2022
runs-on: windows-latest

env:
OPENMS_VERSION: 3.0.0
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:
## 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
choco install eigen -y --no-progress
- name: Extract branch/PR infos
shell: bash
Expand Down

0 comments on commit 52713f3

Please sign in to comment.