Skip to content

Commit

Permalink
-DCMAKE_CXX_STANDARD=17
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Oct 31, 2023
1 parent 81b3d2d commit 9cda9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build RPCSX
run: |
cmake -Bbuild -GNinja && \
cmake -Bbuild -GNinja -DCMAKE_CXX_STANDARD=17 && \
cmake --build build -j4
ls -al build
Expand Down

0 comments on commit 9cda9f2

Please sign in to comment.