Skip to content

Commit

Permalink
Update ci-ubuntu.yml
Browse files Browse the repository at this point in the history
use non-test ppa for compilers
  • Loading branch information
jcwright77 authored Feb 21, 2024
1 parent 019e2c9 commit 3ac1312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Get toolchain repo
run: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
run: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/ppa
- name: Update apt
run: sudo apt-get update
- name: Install gfortran-10
Expand Down

0 comments on commit 3ac1312

Please sign in to comment.