We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8615ec4 commit c575e90Copy full SHA for c575e90
1 file changed
.github/workflows/real-time-cpp-benchmarks.yml
@@ -146,7 +146,7 @@ jobs:
146
fetch-depth: '0'
147
- name: update-tools
148
run: |
149
- wget --no-check-certificate https://github.com/ckormanyos/gcc-rl78-unknown-elf/releases/tag/v15.1.0
+ 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
150
tar -xzf gcc-15.1.0-rl78-unknown-elf.tar.gz -C ${{ runner.workspace }}
151
- name: benchmark_builds-rl78
152
0 commit comments