Skip to content

Commit

Permalink
Added memcr building to L2-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-hobgarski-red committed Feb 22, 2024
1 parent 22e8b2e commit 4f1a9b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/L2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ jobs:
sudo ln -sf /usr/local/libexec/ /usr/libexec
sudo ln -sf /lib/x86_64-linux-gnu/libreadline.so.* /lib/
- name: build memcr
run: |
mkdir -p ~/memcr
cd ~/memcr
git clone https://github.com/LibertyGlobal/memcr.git .
make COMPRESS_LZ4=1 CHECKSUM_MD5=1 ENCRYPT=1
- name: Checkout srcThunder
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 4f1a9b9

Please sign in to comment.