From 68835bdfe4c514591d948ce7ee434fa9e455d08a Mon Sep 17 00:00:00 2001 From: hazeycode <22148308+hazeycode@users.noreply.github.com> Date: Sun, 20 Jul 2025 18:17:32 +0100 Subject: [PATCH] upgrade setup-zig --- .github/workflows/main.yml | 9 +-------- .zigversion | 1 - 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 .zigversion diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7887c5c..1604929 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,15 +20,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Read .zig-version - id: zigversion - uses: juliangruber/read-file-action@v1 - with: - path: ./.zigversion - name: Install Zig - uses: mlugg/setup-zig@v1 - with: - version: ${{ steps.zigversion.outputs.content }} + uses: mlugg/setup-zig@v2 - name: Check format continue-on-error: true run: zig fmt --check . diff --git a/.zigversion b/.zigversion deleted file mode 100644 index 0548fb4..0000000 --- a/.zigversion +++ /dev/null @@ -1 +0,0 @@ -0.14.0 \ No newline at end of file