Skip to content

Commit 13dc49a

Browse files
committed
ci: Update to cutekit 0.6.1 and install mtools
1 parent b5c57cd commit 13dc49a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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

skift.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)