Skip to content

Commit

Permalink
Rebuild v3.8.0 with patched cmakelists (E+ x86 sha)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed May 21, 2024
1 parent 2580d5f commit 13d091c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/buildCSharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ jobs:
steps:
- uses: actions/checkout@v4
# If you need to rebuild for a specific branch **after** you fixed the workflow...
# with:
# ref: develop
with:
ref: v3.8.0

- name: download patched CMakeLists.txt
shell: bash
run: |
rm CMakeLists.txt
aria2c https://raw.githubusercontent.com/NREL/OpenStudio/CSharp/CMakeLists.txt
- uses: actions/setup-python@v5

Expand Down

0 comments on commit 13d091c

Please sign in to comment.