Skip to content

Commit

Permalink
Undo rebuilding v3.8.0 specifically [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed May 22, 2024
1 parent 7520ae2 commit 8d7675f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/buildCSharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,22 @@ jobs:

steps:
- uses: actions/checkout@v4
# If you need to rebuild for a specific branch or tag **after** you fixed the workflow and you have no other changes or only a few you can download from github
# with:
# ref: v3.8.0

# # If you need to rebuild for a specific branch or tag **after** you fixed the workflow and you have no other changes or only a few you can download from github
# 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

- name: Soft reset to v3.8.0
shell: bash
run: |
git fetch --all
git reset --soft v3.8.0
#
# # Alternatively, if you have made lots of changes, just use this
# - name: Soft reset to v3.8.0
# shell: bash
# run: |
# git fetch --all
# git reset --soft v3.8.0

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 8d7675f

Please sign in to comment.