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