Skip to content

Commit

Permalink
🐛 fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
hungry-foolish committed Jun 25, 2024
1 parent 53b6e8f commit cb2fae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/GCCMF-X86L/circleci.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb2fae3

Please sign in to comment.