We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e66e88 commit 59cf716Copy full SHA for 59cf716
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
if ! brew install ccache ninja; then
28
brew update
29
brew install ccache ninja
30
+ brew install gnu-sed
31
fi
32
33
- name: Cache Dependencies
@@ -117,7 +118,7 @@ jobs:
117
118
export DOLPHINVER=$(wget -qO- https://dolphin-emu.org/download/dev/${LASTCOMMIT} | grep '<title>' | awk '{print $NF}' | cut -d '<' -f 1)
119
echo "DOLPHIN Build $DOLPHINVER"
120
echo "DOLPHINVER=$DOLPHINVER" >> $GITHUB_ENV
- 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
122
- name: Build Dolphin (x86_64)
123
working-directory: build
124
run: |
0 commit comments