We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbaaed commit 82a9f34Copy full SHA for 82a9f34
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
git clone https://github.com/espressif/arduino-esp32.git esp32 &&
55
cd esp32/tools/ &&
56
python get.py &&
57
- cd $TRAVIS_BUILD_DIR;
+ cd $GITHUB_WORKSPACE;
58
fi
59
if [[ "$BOARD" =~ "arduino:samd:mkrgsm1400" ]]; then
60
arduino --install-boards arduino:samd;
0 commit comments