Skip to content

Commit 9bea9b0

Browse files
committed
ci: install slang to prefix location
1 parent 7e3d6b8 commit 9bea9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
sudo mkdir -p /tools && sudo chmod 777 /tools
6262
cd /tools && git clone https://github.com/MikePopoloski/slang.git && cd slang && git checkout v2.0
6363
echo $PWD
64-
cmake -B build && cmake --build build -j$(nproc)
65-
cmake --install build --strip
64+
cmake -B build && cmake --install build --prefix /tools/install
65+
echo "PATH=$PATH:/tools/install/bin" >> ${GITHUB_ENV}
6666
if: matrix.os == 'ubuntu-latest'
6767
- name: Build
6868
run: cargo build --verbose

0 commit comments

Comments
 (0)