Skip to content

Commit

Permalink
wip: fix git merge [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 5, 2023
1 parent fc7ef66 commit 5e61d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ else
mkdir -p .build/node-gyp
cd .build/node-gyp

git config user.email "$( echo "${GITHUB_USERNAME}" | awk '{print tolower($0)}' )[email protected]"
git config user.name "${GITHUB_USERNAME} CI"
git config --global user.email "$( echo "${GITHUB_USERNAME}" | awk '{print tolower($0)}' )[email protected]"
git config --global user.name "${GITHUB_USERNAME} CI"
git clone https://github.com/nodejs/node-gyp.git .
git checkout v9.4.0
git am --3way --whitespace=fix ../../build/npm/gyp/patches/gyp_spectre_mitigation_support.patch
Expand Down

0 comments on commit 5e61d7d

Please sign in to comment.