mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-26 05:47:12 +02:00
update actions/cache@v3
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
|
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
id: cache_all
|
id: cache_all
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
@ -128,7 +128,7 @@ jobs:
|
|||||||
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
|
echo "date=$(/bin/date -u "+%Y%m%d")" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
id: cache_all
|
id: cache_all
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
@ -157,7 +157,6 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
run: |
|
run: |
|
||||||
set -ex
|
set -ex
|
||||||
export DISPLAY=:1.0
|
|
||||||
export PATH="$HOME/arduino_ide:$PATH"
|
export PATH="$HOME/arduino_ide:$PATH"
|
||||||
source $GITHUB_WORKSPACE/travis/common.sh
|
source $GITHUB_WORKSPACE/travis/common.sh
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
|
Reference in New Issue
Block a user