Skip to content

Commit

Permalink
fix patching
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Mar 23, 2024
1 parent 78bab51 commit c2a554e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
git clone https://github.com/google/boringssl.git
cd boringssl
git checkout $BORINGSSL_REVISION
git am --3way --ignore-space-change < ../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 c2a554e

Please sign in to comment.