Skip to content

Commit

Permalink
allow cross warnings in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Feb 21, 2024
1 parent 5105953 commit 460ba09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
build-linux:
environment: PROD_2028
runs-on: ubuntu-latest
env:
CROSS_NO_WARNINGS: 0
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 460ba09

Please sign in to comment.