File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 - name : Install Dependencies
4141 run : |
4242 sudo apt update
43- sudo apt install git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86
43+ sudo apt install git ninja-build libsdl2-dev nasm gcc-multilib mtools
4444 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 16
4545
4646 - name : Set up the build environment
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ if [ ! -f .cutekit/tools/ready ]; then
3737
3838 echo " Downloading CuteKit & Chatty..."
3939 if [ ! -d .cutekit/tools/cutekit ]; then
40- git clone --depth 1 https://github.com/cute-engineering/cutekit .cutekit/tools/cutekit --branch " 0.6.0 "
40+ git clone --depth 1 https://github.com/cute-engineering/cutekit .cutekit/tools/cutekit --branch " 0.6.1 "
4141 else
4242 echo " CuteKit already downloaded."
4343 fi
You can’t perform that action at this time.
0 commit comments