Skip to content

Commit

Permalink
Use avr-gcc 14.2 in benchmarks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Oct 19, 2024
1 parent 3e79e70 commit 5d43743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/real-time-cpp-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
fetch-depth: '0'
- name: update-tools
run: |
wget --no-check-certificate https://github.com/ckormanyos/avr-gcc-build/releases/download/v14.1.0/gcc-14.1.0-avr.tar.gz
tar -xzf gcc-14.1.0-avr.tar.gz -C ${{ runner.workspace }}
wget --no-check-certificate https://github.com/ckormanyos/avr-gcc-build/releases/download/v14.2.0/gcc-14.2.0-avr.tar.gz
tar -xzf gcc-14.2.0-avr.tar.gz -C ${{ runner.workspace }}
- name: benchmark_builds-avr
run: |
PATH="${{ runner.workspace }}/gcc-14.1.0-avr/bin:$PATH"
PATH="${{ runner.workspace }}/gcc-14.2.0-avr/bin:$PATH"
./target/build/test_app_benchmarks_avr.sh ${{ matrix.standard }}
working-directory: ./ref_app/
benchmark_builds-stm32f446:
Expand Down

0 comments on commit 5d43743

Please sign in to comment.