Skip to content

Commit dc92ac3

Browse files
philljjdanielinux
authored andcommitted
Cleanup test-build-lms.yml.
1 parent 12d0bb9 commit dc92ac3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/test-build-lms.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ jobs:
3434
run: |
3535
sudo apt-get install -y gcc-arm-none-eabi gcc-aarch64-linux-gnu gcc-powerpc-linux-gnu gnu-efi
3636
37-
- name: Create lib hash-sigs
38-
run: |
39-
mkdir -p lib/hash-sigs/lib
40-
41-
- name: Clone hash-sigs repository
42-
run: |
43-
git clone https://github.com/cisco/hash-sigs.git lib/hash-sigs/src && \
44-
cd lib/hash-sigs/src && git checkout b0631b8891295bf2929e68761205337b7c031726 && \
45-
git apply ../../../tools/lms/0001-Patch-to-support-wolfBoot-LMS-build.patch && \
46-
cd ../../..
47-
4837
- name: make clean
4938
run: |
5039
make distclean

0 commit comments

Comments
 (0)