Skip to content

Commit

Permalink
g++-14
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Sep 26, 2024
1 parent 56f2ca9 commit e58aaaa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
build-rpcsx:
runs-on: ubuntu-latest
env:
CC: gcc-11
CXX: g++-11
CC: gcc-14
CXX: g++-14
steps:

- name: Checkout
Expand All @@ -30,6 +30,9 @@ jobs:
sudo apt install -y cmake build-essential libunwind-dev libstdc++-12-dev \
libglfw3-dev libvulkan-dev vulkan-validationlayers-dev libsox-dev yad \
spirv-tools glslang-tools libspirv-cross-c-shared-dev libfuse2 ninja-build
echo "deb http://azure.archive.ubuntu.com/ubuntu noble main universe" | sudo tee /etc/apt/sources.list
sudo apt update
sudo apt install g++-14
- name: Setup Vulkan Headers
run: |
Expand Down

0 comments on commit e58aaaa

Please sign in to comment.