Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
indexds committed Nov 15, 2024
1 parent 73bb080 commit 549ab5c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 120
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install ESP32 Toolchain with espup
run: |
Expand All @@ -35,9 +35,6 @@ jobs:
export ESP_IDF_PATH=$HOME/.espressif/esp-idf
echo "ESP_IDF_PATH set to $ESP_IDF_PATH"
- name: List Files for Debugging
run: ls -la /home/runner/work/charizhard/charizhard/

- name: Enable Caching
uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 549ab5c

Please sign in to comment.