Skip to content

Commit e69648d

Browse files
joennlaemicprog
authored andcommitted
ci: move slang install to allowed path
1 parent 2af8e18 commit e69648d

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
@@ -56,8 +56,8 @@ jobs:
5656
- name: Install bender
5757
run: cargo install bender
5858
- name: Install slang
59-
run: mkdir -p /tools/slang && chmod 777 /tools/slang && \
60-
cd /tools/slang && git clone https://github.com/MikePopoloski/slang.git && \
59+
run: mkdir -p $HOME/tools/slang && chmod 777 $HOME/tools/slang && \
60+
cd $HOME/tools/slang && git clone https://github.com/MikePopoloski/slang.git && \
6161
cd slang && git checkout v2.0 && \
6262
cmake -B build && cmake --build build -j$(nproc) && \
6363
cmake --install build --strip

0 commit comments

Comments
 (0)