Skip to content

Commit

Permalink
Merge pull request #2 from iv-org/build-2.23.1
Browse files Browse the repository at this point in the history
v2.23.1
  • Loading branch information
saltycrys committed Feb 9, 2021
2 parents 9a65243 + ab826fc commit bb9fad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/cache@v2
with:
path: ./lsquic
key: lsquic-${{ env.LSQUIC_COMMIT }}
key: lsquic-${{ env.LSQUIC_COMMIT }}-${{ env.BORINGSSL_COMMIT }}

- name: Build LSQUIC
if: steps.cache-lsquic.outputs.cache-hit != 'true'
Expand Down
4 changes: 2 additions & 2 deletions env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

BORINGSSL_COMMIT=251b5169fd44345f455438312ec4e18ae07fd58c
LSQUIC_COMMIT=692a91022d93293415722c0cedf36dc3825021e4
BORINGSSL_COMMIT=b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1
LSQUIC_COMMIT=f198a02df8d5629c9f40fff726081aeea0f1681c

echo "BORINGSSL_COMMIT=$BORINGSSL_COMMIT" >> $GITHUB_ENV
echo "LSQUIC_COMMIT=$LSQUIC_COMMIT" >> $GITHUB_ENV
Expand Down

0 comments on commit bb9fad2

Please sign in to comment.