Skip to content

Commit

Permalink
Use Snap package manager in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
suriyaa committed Dec 19, 2024
1 parent 8d9f773 commit ef2d7c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ install:
- git clone https://github.com/elara-aerospace/elara-igniter_test_stand
- cd elara-igniter_test_stand

# Step 2: Install Arduino CLI (ensure it's installed)
# Step 2: Install Arduino CLI (ensure it's installed using snap)
- echo "Installing Arduino CLI..."
- sudo apt-get update
- sudo apt-get install -y arduino-cli
- sudo apt-get install -y snapd # Install snapd if it's not already installed
- sudo snap install arduino-cli # Install arduino-cli via snap

# Step 3: Verify Arduino CLI version
- echo "Verifying Arduino CLI version..."
Expand Down

0 comments on commit ef2d7c7

Please sign in to comment.