Skip to content

Commit

Permalink
ci: delete start on test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenbunu committed Jan 2, 2025
1 parent 64ccb92 commit fe4996b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Martos ci workflow

on:
push:
branches: [ "main", "riscv-corrections" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
path: c-library/risc-v-esp32-c6/target/riscv32imac-unknown-none-elf/release
- name: Build
run: |
sed -i 's/0x4086E610/0x408629D0/' $IDF_PATH/components/esp_system/ld/esp32c6/memory.ld.in &&
sed -i 's/0x4086E610/0x408629D0/' "$IDF_PATH/components/esp_system/ld/esp32c6/memory.ld.in" &&
cd ./examples/c-examples/risc-v-esp32c6 && . /root/esp/esp-idf/export.sh && make && esptool.py --chip esp32c6 elf2image --flash_mode="dio" --flash_freq "40m" --flash_size "4MB" -o main.bin main.elf
Expand Down

0 comments on commit fe4996b

Please sign in to comment.