Skip to content

Commit

Permalink
I need to apply the .i changes too... Probably shoudl do a git reset …
Browse files Browse the repository at this point in the history
…instead
  • Loading branch information
jmarrec committed May 22, 2024
1 parent 44c81c6 commit 2a0d5dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/buildCSharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
aria2c https://raw.githubusercontent.com/NREL/OpenStudio/CSharp/CMakeLists.txt
rm conan.lock
aria2c https://raw.githubusercontent.com/NREL/OpenStudio/CSharp/conan.lock
cd src/measure/
rm Measure.i
aria2c https://raw.githubusercontent.com/NREL/OpenStudio/CSharp/src/measure/Measure.i
cd ../utilities/core/
rm jsoncpp.i
aria2c https://raw.githubusercontent.com/NREL/OpenStudio/CSharp/src/utilities/core/jsoncpp.i
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2a0d5dd

Please sign in to comment.