Skip to content

Commit

Permalink
print out paths
Browse files Browse the repository at this point in the history
  • Loading branch information
LLukas22 committed Jul 9, 2023
1 parent ee4d544 commit b7ecbeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,20 @@ jobs:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
ls -la
shell: bash

- name: Install OpenCL on windows
if: matrix.os == 'windows-latest'
run: |
${{ github.workspace }}\vcpkg\vcpkg.exe install opencl:x64-windows
shell: pwsh

- name: Install CLBlast on windows
if: matrix.os == 'windows-latest'
run: |
${{ github.workspace }}\vcpkg\vcpkg.exe install clblast:x64-windows
shell: pwsh

- name: Set Environment Variables
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit b7ecbeb

Please sign in to comment.