Skip to content

Commit

Permalink
Update baremetal_ci_teensy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Nov 1, 2024
1 parent c68c1fd commit d65a7cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/baremetal_ci_teensy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
pip3 install -r ${{ inputs.fprime_location }}./lib/fprime/requirements.txt
- name: "Platform Specific Requirements Install"
run: |
mkdir -p ~/.local/bin
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/.local/bin sh
cd ~/.local/bin
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=$VIRTUAL_ENV/bin sh
pip3 install arduino-cli-cmake-wrapper==0.2.0a1
export PATH=~/.local/bin:$PATH
cd ${{ github.workspace }}
Expand Down

0 comments on commit d65a7cc

Please sign in to comment.