From 183c96a1a1290659dea6175dd9b1e669daa96641 Mon Sep 17 00:00:00 2001 From: Yilin Sun Date: Sat, 26 Aug 2023 12:09:35 +0800 Subject: [PATCH] CI: Typo. Signed-off-by: Yilin Sun --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c23a9d7..91c49ad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - git submodule update --init --recursive - name: Build - image: "docker pull ghcr.io/puddingindustries/embedded-builder-andesv5:v5d" + image: "ghcr.io/puddingindustries/embedded-builder-andesv5:v5d" commands: - mkdir build && cd build - cmake -DCMAKE_TOOLCHAIN_FILE=riscv32-elf.cmake ..