Skip to content

Commit

Permalink
gcc-11
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Oct 31, 2023
1 parent 1e7c6b4 commit 1232a61
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
build-rpcsx:
runs-on: ubuntu-latest
#env:
# CC: clang-15
# CXX: clang-15
env:
CC: gcc-11
CXX: g++-11
steps:

- name: Checkout
Expand Down Expand Up @@ -56,9 +56,6 @@ jobs:
cmake -Bbuild -GNinja -DCMAKE_CXX_STANDARD=17 && \
cmake --build build -j4
ls -al build
env:
CC: clang-15
CXX: clang-15
- name: Package RPCSX AppImage
run: |
Expand Down

0 comments on commit 1232a61

Please sign in to comment.