Fix websocket header overflow on 32bit arch

This commit is contained in:
Σrebe - Romain GERARD 2023-10-30 12:13:53 +01:00
parent 466cb425bc
commit 1ebe6ae0a1
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
5 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
on:
# Indicates I want to run this workflow on all branches, PR, and tags
push:
branches: ["main"]
branches: ["main", "draft"]
tags: ["*"]
pull_request:
branches: [ "main" ]