Skip to content

Commit

Permalink
Manually install gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
vabold committed May 19, 2024
1 parent 46fe569 commit d4d1575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@v3
with:
ref: "refs/pull/${{ github.event.number }}/merge"
- name: Install ninja
run: sudo apt install ninja-build
- name: Install packages
run: sudo apt install ninja-build gcc-13 g++-13
- name: Install Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit d4d1575

Please sign in to comment.