Skip to content

Commit 3b82dcb

Browse files
committed
typo
1 parent 60bae64 commit 3b82dcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/esp82xx-nonos-linklayer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434

3535
- name: Initialize deploy tools
3636
env:
37-
ESP8266_ARDUINO_CORE_DIR: ${{ github.workspace }}/esp8266
3837
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
3938
run: |
4039
mkdir ${HOME}/.ssh
@@ -45,8 +44,10 @@ jobs:
4544
echo -ne "Host github.com\n\tHostname github.com\n\tIdentityFile ~/.ssh/deploy_key\n" > \
4645
${HOME}/.ssh/config
4746
47+
pushd esp8266
4848
git config user.name "Maxim Prokhorov (CI)"
4949
git config user.email "[email protected]"
50+
popd
5051
5152
- name: Initialize build environment
5253
run: |
@@ -56,7 +57,7 @@ jobs:
5657
5758
- name: Prepare lwip2 builder
5859
run: |
59-
pushd ${ESP8266_ARDUINO_CORE_DIR}
60+
pushd esp8266
6061
git remote add deploy [email protected]:${{ github.repository }}.git
6162
git switch -c lwip2-rebuild
6263
git submodule update --init -- tools/sdk/lwip2/builder

0 commit comments

Comments
 (0)