Skip to content

Commit

Permalink
adding gcc13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Dec 16, 2024
1 parent 47f6bc7 commit 7d407fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:

- name: Install system dependencies
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update
sudo apt-get -y install mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential libvulkan-dev
sudo apt-get -y install gcc-13 mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential libvulkan-dev
# Build the lib
- name: Build MacroLibX
Expand Down

0 comments on commit 7d407fc

Please sign in to comment.