We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fe0da commit 1e10922Copy full SHA for 1e10922
.github/workflows/c-cpp.yml
@@ -61,6 +61,13 @@ jobs:
61
- name: Setup MSVC
62
uses: ilammy/msvc-dev-cmd@v1
63
64
+ - name: Download and install ROOT framework
65
+ run: |
66
+ curl -L -o root.zip https://root.cern/download/root_v6.36.04.win64.python311.vc17.zip
67
+ Expand-Archive -Path root.zip -DestinationPath C:\
68
+ echo "C:\root_v6.36.04.win64.python311.vc17\bin" >> $env:GITHUB_PATH
69
+ shell: pwsh
70
+
71
- name: Build and install ParticleZoo library
72
run: |
73
.\build.bat install
0 commit comments