Skip to content

Commit

Permalink
pfff
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Nov 27, 2024
1 parent 9b3e71a commit ca4dc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
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 type gcc;
PATH=/usr/local/gcc-5.4.0/bin:$PATH \
../configure \
--enable-languages=rust \
Expand Down

0 comments on commit ca4dc9a

Please sign in to comment.