Skip to content

Commit

Permalink
Update test_real_hardware.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeqingSun committed Nov 1, 2024
1 parent a5ca916 commit ac6a1ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_real_hardware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Add JSON URL to Arduino CLI config
run: arduino-cli config --config-dir "$RUNNER_TEMP/arduino_config" add board_manager.additional_urls https://raw.githubusercontent.com/DeqingSun/ch55xduino/ch55xduino/package_ch55xduino_mcs51_index.json

# - name: Update index of available boards
# run: arduino-cli core update-index
- name: Update index of available boards
run: arduino-cli core update-index

# - name: Install Ch55xduino board
# run: arduino-cli core install CH55xDuino:mcs51
- name: Install Ch55xduino board
run: arduino-cli core install CH55xDuino:mcs51

# - name: get core version and copy package from repo to arduino-cli location
# run: |
Expand Down

0 comments on commit ac6a1ed

Please sign in to comment.