Skip to content

Commit 31c73c5

Browse files
committed
conf
1 parent 4c7556f commit 31c73c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bearssl.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: |
5252
pushd esp8266/tools
5353
python get.py -q
54+
echo "$(readlink -f xtensa-lx106-elf/bin)" >> $GITHUB_PATH
5455
popd
5556
5657
- name: Prepare bearssl builder
@@ -70,7 +71,7 @@ jobs:
7071
pushd esp8266
7172
7273
pushd tools/sdk/ssl/bearssl
73-
make clean
74+
make CONF=esp8266 clean
7475
make CONF=esp8266
7576
cp esp8266/libbearssl.a ../../lib/
7677
popd

0 commit comments

Comments
 (0)