mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Try to fix uvloop build errors on macos-latest (3)
This commit is contained in:
parent
393d9f6829
commit
9cdb5e8128
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
|||
- name: Project dependencies
|
||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
export CFLAGS="$CFLAGS -std=c11"
|
||||
export CFLAGS="$CFLAGS -Wno-error"
|
||||
poetry install --no-interaction -E fast -E redis -E proxy -E i18n -E docs
|
||||
|
||||
- name: Lint code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue