From 315b379765953c5d59310bb3c714af04c332feb4 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Sat, 13 May 2023 10:41:44 +0200 Subject: [PATCH] Try yet again --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f624ea8..92c393d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"