Skip to content

Commit

Permalink
fix: set rustflags to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Feb 7, 2025
1 parent 961b4ce commit 12e735d
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 @@ -78,6 +78,8 @@ jobs:
submodules: true
- name: Install rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 12e735d

Please sign in to comment.