Fix C/C++ versions

This commit is contained in:
Vrganj 2021-01-16 01:07:34 +01:00
parent def096fbea
commit d666e5c19d
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ echo '1.0.0'
echo '---'
echo 'c'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "gcc -v"
lxc-attach --clear-env -n piston -- /bin/bash -l -c "gcc --version"
echo '---'
echo 'cpp'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "g++ -v"
lxc-attach --clear-env -n piston -- /bin/bash -l -c "g++ --version"
echo '---'
echo 'csharp'