Skip to content

Commit

Permalink
Cleanup test-build-lms.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj authored and danielinux committed May 7, 2024
1 parent 12d0bb9 commit dc92ac3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test-build-lms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@ jobs:
run: |
sudo apt-get install -y gcc-arm-none-eabi gcc-aarch64-linux-gnu gcc-powerpc-linux-gnu gnu-efi
- name: Create lib hash-sigs
run: |
mkdir -p lib/hash-sigs/lib
- name: Clone hash-sigs repository
run: |
git clone https://github.com/cisco/hash-sigs.git lib/hash-sigs/src && \
cd lib/hash-sigs/src && git checkout b0631b8891295bf2929e68761205337b7c031726 && \
git apply ../../../tools/lms/0001-Patch-to-support-wolfBoot-LMS-build.patch && \
cd ../../..
- name: make clean
run: |
make distclean
Expand Down

0 comments on commit dc92ac3

Please sign in to comment.