Skip to content

Commit 82a9f34

Browse files
committed
fix?
1 parent cdbaaed commit 82a9f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git clone https://github.com/espressif/arduino-esp32.git esp32 &&
5555
cd esp32/tools/ &&
5656
python get.py &&
57-
cd $TRAVIS_BUILD_DIR;
57+
cd $GITHUB_WORKSPACE;
5858
fi
5959
if [[ "$BOARD" =~ "arduino:samd:mkrgsm1400" ]]; then
6060
arduino --install-boards arduino:samd;

0 commit comments

Comments
 (0)