Skip to content

Commit

Permalink
Forc gcc-11
Browse files Browse the repository at this point in the history
  • Loading branch information
SlawekNowy committed Jan 13, 2024
1 parent 43c0507 commit 99038bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pragma-linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
generators: "Unix Makefiles"
build_dir: 'build'
steps:


- name: setup gcc-11
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 200 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
- name: Setup Pragma
uses: Silverlan/pragma/github_actions/setup@master
with:
Expand Down

0 comments on commit 99038bd

Please sign in to comment.