Skip to content

Commit

Permalink
Merge pull request #269 from ckormanyos/valgrind_ci_run
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos authored Sep 14, 2023
2 parents 3858441 + 40190b8 commit 6f426c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wide_decimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -821,15 +821,15 @@ jobs:
ls -la ./${{ matrix.suite }}.exe
./${{ matrix.suite }}.exe
gcc-valgrind:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
standard: [ c++20 ]
compiler: [ g++-12 ]
compiler: [ g++ ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -845,7 +845,9 @@ jobs:
./bootstrap.sh
./b2 headers
- name: update-tools
run: sudo apt-get install g++-12 valgrind
run: |
sudo apt-get update -y
sudo apt-get install -y valgrind
- name: gcc-valgrind
run: |
echo "compile"
Expand Down

0 comments on commit 6f426c9

Please sign in to comment.