Skip to content

Commit

Permalink
lscpu so we know if we can run tests on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Jul 23, 2023
1 parent 5d71514 commit 3e6ecc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: pacman --noconfirm -Syu ffmpeg rustup gcc clang pkgconf
- name: Install rust
run: rustup install stable
- name: What CPU?
run: lscpu
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 3e6ecc7

Please sign in to comment.