summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/clippy.yml2
-rw-r--r--.github/workflows/downloader.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml
index 75b1bfa978..0c35a4d6d4 100644
--- a/.github/workflows/clippy.yml
+++ b/.github/workflows/clippy.yml
@@ -65,6 +65,8 @@ jobs:
- name: Install latest zig
if: matrix.os == 'windows-latest'
uses: mlugg/setup-zig@v2
+ with:
+ version: 0.14.1
- name: Install Go
uses: actions/setup-go@v5
diff --git a/.github/workflows/downloader.yml b/.github/workflows/downloader.yml
index 54efd57a14..841c1f5d6b 100644
--- a/.github/workflows/downloader.yml
+++ b/.github/workflows/downloader.yml
@@ -63,7 +63,7 @@ jobs:
env:
# If the file is larger than this, a regression has probably been introduced.
# You should think twice before increasing this limit.
- MAX_BINARY_SIZE: 3196928
+ MAX_BINARY_SIZE: 3210000
steps:
- name: Checkout repository
uses: actions/checkout@v4