From 79af736aa6c046010af5728015d1323e9263a57c Mon Sep 17 00:00:00 2001 From: Altagos Date: Wed, 3 Dec 2025 16:32:27 +0100 Subject: [PATCH] + --- .gitignore | 3 ++- .tangled/workflows/build.yml | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0ea71a8..c13c2ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .zig-cache/ -zig-out/ \ No newline at end of file +zig-out/ +.mise/ \ No newline at end of file diff --git a/.tangled/workflows/build.yml b/.tangled/workflows/build.yml index 3325d61..acd7efc 100644 --- a/.tangled/workflows/build.yml +++ b/.tangled/workflows/build.yml @@ -19,9 +19,6 @@ steps: - name: Setup mise command: | ./bin/mise install - ls -la .mise - file .mise/mise-2025.11.11 - ./bin/mise trust ./bin/mise doctor - name: Setup Zig + Bun command: | -- 2.51.2