We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b143bc commit 313f2e0Copy full SHA for 313f2e0
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
70
shell: bash
71
72
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
73
id: cache_all
74
with:
75
path: |
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
132
133
134
@@ -157,7 +157,6 @@ jobs:
157
timeout-minutes: 20
158
run: |
159
set -ex
160
- export DISPLAY=:1.0
161
export PATH="$HOME/arduino_ide:$PATH"
162
source $GITHUB_WORKSPACE/travis/common.sh
163
cd $GITHUB_WORKSPACE
0 commit comments