Skip to content

Commit c575e90

Browse files
committed
Correct rl78-unknown-elf-gcc release path
1 parent 8615ec4 commit c575e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/real-time-cpp-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
fetch-depth: '0'
147147
- name: update-tools
148148
run: |
149-
wget --no-check-certificate https://github.com/ckormanyos/gcc-rl78-unknown-elf/releases/tag/v15.1.0
149+
wget --no-check-certificate https://github.com/ckormanyos/gcc-rl78-unknown-elf/releases/download/v15.1.0/gcc-15.1.0-rl78-unknown-elf.tar.gz
150150
tar -xzf gcc-15.1.0-rl78-unknown-elf.tar.gz -C ${{ runner.workspace }}
151151
- name: benchmark_builds-rl78
152152
run: |

0 commit comments

Comments
 (0)