Skip to content

Commit

Permalink
fix messages
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Mar 23, 2024
1 parent c2a554e commit 74ae35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
BORINGSSL_REVISION=$(curl -s https://raw.githubusercontent.com/chromium/chromium/$CHROMIUM_TAG/DEPS | grep "'boringssl_revision':" | awk -F"'" '{print $4}')
git clone https://github.com/google/boringssl.git
cd boringssl
git checkout $BORINGSSL_REVISION
git am --3way --ignore-space-change < ../patch/boringssl.patch
git checkout -b temp $BORINGSSL_REVISION
git am --3way --ignore-space-change --committer-date-is-author-date --ignore-date < ../patch/boringssl.patch
cp -r ../src/gostssl.cpp ./
cp -r ../src/msspi/src/* ./
cp -r ../src/msspi/third_party/cprocsp/include/* ./include/
Expand Down

0 comments on commit 74ae35b

Please sign in to comment.