Skip to content

Commit

Permalink
Add ubuntu check
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Oct 7, 2024
1 parent 722ae16 commit bb1d54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo apt install llvm
if: matrix.os == 'ubuntu'
- run: rustup default ${{ matrix.channel }}
- run: cargo build --verbose --all-targets
- run: cargo test
Expand Down

0 comments on commit bb1d54a

Please sign in to comment.