We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
slang
1 parent 83d7602 commit 88cff05Copy full SHA for 88cff05
.github/workflows/ci.yml
@@ -61,8 +61,8 @@ jobs:
61
sudo mkdir -p /tools && sudo chmod 777 /tools
62
cd /tools && git clone https://github.com/MikePopoloski/slang.git && cd slang && git checkout v2.0
63
echo $PWD
64
- cmake -B build && cmake --build build -j$(nproc)
65
- cmake --install build --strip
+ cmake -B build && make -C build && cmake --install build --prefix /tools/install
+ echo "PATH=$PATH:/tools/install/bin" >> ${GITHUB_ENV}
66
if: matrix.os == 'ubuntu-latest'
67
- name: Build
68
run: cargo build --verbose
0 commit comments