Skip to content

Commit

Permalink
fix submodule extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Mar 22, 2024
1 parent 79ee77c commit fa1d5f4
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 @@ -23,6 +23,7 @@ jobs:

- name: Build
run: |
git submodule update --init --recursive --depth 1
CHROMIUM_TAG=$(cat VERSION)
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
Expand Down

0 comments on commit fa1d5f4

Please sign in to comment.