Skip to content

Commit

Permalink
Update GH actions to update packages for ubuntu debug regression test (
Browse files Browse the repository at this point in the history
  • Loading branch information
bjonkman authored and andrew-platt committed Feb 14, 2022
1 parent 114442d commit 2de3079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-dev-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
install_deps: brew install gcovr
- os: ubuntu-20.04
FORTRAN_COMPILER: gfortran-10
install_deps: sudo apt-get install -y gcovr
install_deps: sudo apt-get update && sudo apt-get install -y gcovr

name: regression-test-debug-${{ matrix.os }}-${{ matrix.FORTRAN_COMPILER }}
steps:
Expand Down

0 comments on commit 2de3079

Please sign in to comment.