Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rundel committed Nov 8, 2023
1 parent d28e887 commit 76b7d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Configure gcc
run: |
cd gcc-12.3.0/build && \
../configure --enable-bootstrap
../configure --enable-bootstrap \
--enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto \
--prefix=/usr \
--program-suffix=-12.3 \
Expand Down

0 comments on commit 76b7d18

Please sign in to comment.