Try yet again

This commit is contained in:
Paul Reeves 2023-05-13 10:41:44 +02:00
parent c95fc7a9a6
commit 315b379765

View File

@ -23,7 +23,7 @@ steps:
path: /tmp/cache
commands:
- export CC=${MYCC}
- export CC=${{MYCC}}
- make -f makefile.shared test_standalone >test_gcc_1.txt 2>test_gcc_2.txt
- ./test >test_std.txt 2>test_err.txt"