From cb2fae3bcd112e771385eb1db357a710b4cea464 Mon Sep 17 00:00:00 2001 From: Runyu Pan Date: Wed, 26 Jun 2024 04:04:36 +0800 Subject: [PATCH] :bug: fix ci build --- Project/GCCMF-X86L/circleci.config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/GCCMF-X86L/circleci.config.yml b/Project/GCCMF-X86L/circleci.config.yml index f4d726cd..dfb92c00 100644 --- a/Project/GCCMF-X86L/circleci.config.yml +++ b/Project/GCCMF-X86L/circleci.config.yml @@ -11,7 +11,7 @@ jobs: # Replace this with a real test runner invocation - run: name: Run tests - command: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get -qq -y install gcc-multilib libc6:i386 libgcc1:i386 && cd Project/GCCMF-X86-LINUX && make + command: sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get -qq -y install gcc-multilib libc6:i386 libgcc1:i386 && cd Project/GCCMF-X86L && make build: docker: - image: cimg/base:stable