Skip to content

Commit

Permalink
ci: use bash for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Nov 9, 2024
1 parent bb778c2 commit 86c7628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
cmake --build . -j $env:NUMBER_OF_PROCESSORS --config Release
- name: 'Set environment variables: version number'
shell: bash
run: |
BITCOIN_PATCHED_VERSION=$(grep -oP "(?<=^CMAKE_PROJECT_VERSION:STATIC=).+(?=)" build/CMakeCache.txt)
echo "BITCOIN_PATCHED_VERSION=$BITCOIN_PATCHED_VERSION" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 86c7628

Please sign in to comment.