Skip to content

Commit

Permalink
lscpu
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Nov 13, 2023
1 parent f8f86f3 commit 64bdd33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- if: matrix.os == 'ubuntu-latest'
run: lscpu
- if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libpocl2 mesa-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
name: Install dependencies for testing openCL
Expand Down Expand Up @@ -127,6 +129,7 @@ jobs:
- uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: lscpu
- name: Install opencl
run: sudo apt-get install -y libpocl2 mesa-opencl-icd ocl-icd-opencl-dev pocl-opencl-icd
- uses: actions/checkout@v3
Expand Down

0 comments on commit 64bdd33

Please sign in to comment.