Skip to content

Commit

Permalink
ci: install slang to prefix location
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae authored and micprog committed Aug 8, 2023
1 parent 83d7602 commit 88cff05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
sudo mkdir -p /tools && sudo chmod 777 /tools
cd /tools && git clone https://github.com/MikePopoloski/slang.git && cd slang && git checkout v2.0
echo $PWD
cmake -B build && cmake --build build -j$(nproc)
cmake --install build --strip
cmake -B build && make -C build && cmake --install build --prefix /tools/install
echo "PATH=$PATH:/tools/install/bin" >> ${GITHUB_ENV}
if: matrix.os == 'ubuntu-latest'
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 88cff05

Please sign in to comment.