Skip to content

Commit

Permalink
Rebuild 3.7.0 with patched cmakelists (E+ x86 sha)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Nov 20, 2023
1 parent cfe68c3 commit 9c3a0c0
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 @@ -31,8 +31,14 @@ jobs:
steps:
- uses: actions/checkout@v4
# If you need to rebuild for a specific branch **after** you fixed the workflow...
# with:
# ref: master
with:
ref: v3.7.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@v4
with:
Expand Down

0 comments on commit 9c3a0c0

Please sign in to comment.