Update rust.yml

This commit is contained in:
Till Wegmüller 2023-03-25 11:57:16 +01:00 committed by GitHub
parent 1e08d5ad2e
commit 52dd9298bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Patch target path
run: rm .cargo/config.toml
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose