Skip to content

Commit 59cf716

Browse files
committed
Mac moment with sed
1 parent 4e66e88 commit 59cf716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
if ! brew install ccache ninja; then
2828
brew update
2929
brew install ccache ninja
30+
brew install gnu-sed
3031
fi
3132
3233
- name: Cache Dependencies
@@ -117,7 +118,7 @@ jobs:
117118
export DOLPHINVER=$(wget -qO- https://dolphin-emu.org/download/dev/${LASTCOMMIT} | grep '<title>' | awk '{print $NF}' | cut -d '<' -f 1)
118119
echo "DOLPHIN Build $DOLPHINVER"
119120
echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
120-
sed -i "s|\${DOLPHIN_WC_DESCRIBE}|$DOLPHINVER|g" Source/Core/Common/scmrev.h.in
121+
gsed -i "s|\${DOLPHIN_WC_DESCRIBE}|$DOLPHINVER|g" Source/Core/Common/scmrev.h.in
121122
- name: Build Dolphin (x86_64)
122123
working-directory: build
123124
run: |

0 commit comments

Comments
 (0)