diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-08-26 15:44:13 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-08-26 15:44:13 +0200 |
| commit | 0d7dacaf28845e3c352c72b71dacd1409882725e (patch) | |
| tree | 942d31040ab2c4e83e669be05f73cb3104796f0e /.github/workflows | |
| parent | 50922353838e936ed6f05a3f92df72ba6e93d322 (diff) | |
| parent | 8f97e9758e31c9ac4b36e886b47c9de5e397a9a9 (diff) | |
| download | mullvadvpn-0d7dacaf28845e3c352c72b71dacd1409882725e.tar.xz mullvadvpn-0d7dacaf28845e3c352c72b71dacd1409882725e.zip | |
Merge branch 'update-boringtun'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/clippy.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/downloader.yml | 2 |
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 |
