Skip to content

Commit

Permalink
update stack ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Aug 20, 2023
1 parent f2317f5 commit a33add4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ jobs:
sudo dpkg -i cuda-keyring_1.0-1_all.deb
sudo apt-get update
sudo apt-get -y install llvm-15-dev libpolly-15-dev cuda-11-8
echo "LD_LIBRARY_PATH=/usr/local/cuda-11.8/lib64:/usr/local/cuda-11.8/nvvm/lib64:${LD_LIBRARY_PATH}" >> $GITHUB_ENV
echo "/usr/local/cuda-11.8/bin" >> $GITHUB_PATH
- name: Set up environment (macOS)
if: matrix.sys.os == 'macOS-latest'
Expand Down

0 comments on commit a33add4

Please sign in to comment.