Skip to content

Commit

Permalink
rustflags
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Apr 16, 2024
1 parent 42c2b11 commit 4c1c790
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

jobs:
formatting-and-testing:
running:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -15,6 +15,8 @@ jobs:

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""

- name: Setup Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 4c1c790

Please sign in to comment.