Skip to content

Commit

Permalink
woop
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Nov 27, 2024
1 parent 54659b2 commit 9b3e71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ jobs:
run: |
mkdir -p gccrs-build;
cd gccrs-build;
PATH=/usr/local/gcc-5.4.0/bin:$PATH gcc --version;
PATH=/usr/local/gcc-5.4.0/bin:$PATH type gcc --version;
PATH=/usr/local/gcc-5.4.0/bin:$PATH \
../configure \
CC='gcc-5' \
CXX='g++-5' \
--enable-languages=rust \
--disable-bootstrap \
--enable-multilib
Expand Down

0 comments on commit 9b3e71a

Please sign in to comment.