Skip to content

Commit e2cc1ce

Browse files
committed
oops x2
1 parent 6036ff0 commit e2cc1ce

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/bearssl.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
run: |
5252
pushd esp8266/tools
5353
python get.py -q
54-
echo "$(readlink -f xtensa-lx106-elf/bin)" >> $GITHUB_PATH
5554
popd
5655
5756
- name: Prepare bearssl builder
@@ -70,10 +69,8 @@ jobs:
7069
run: |
7170
pushd esp8266
7271
73-
pushd tools/sdk/ssl/bearssl
74-
make CONF=esp8266 clean
75-
make CONF=esp8266
76-
cp esp8266/libbearssl.a ../../lib/
72+
pushd tools/sdk/ssl/
73+
make install
7774
popd
7875
7976
if [[ -n $(git diff --exit-code -- tools/sdk/lib/) ]]; then

0 commit comments

Comments
 (0)