[CI] Added missing paths
This commit is contained in:
parent
051563aa73
commit
eb329f2690
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -13,10 +13,13 @@ jobs:
|
|||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
|
||||
mkdir -p ~/.local/bin
|
||||
echo "::add-path::~/.local/bin"
|
||||
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh
|
||||
export PATH=$PATH:$PWD/bin
|
||||
arduino-cli core update-index;
|
||||
arduino-cli core install arduino:avr;
|
||||
export WARNINGS=all;
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue