Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
addiswebb committed Jul 23, 2024
1 parent 13aded4 commit c2b0a9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ env:

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- run: choco install llvm opencv
- name: Build
run: choco install llvm opencv
run: cargo build --verbose

0 comments on commit c2b0a9e

Please sign in to comment.