Skip to content

Commit f2d50f5

Browse files
committed
fixed action.yaml #3
1 parent 0a97f43 commit f2d50f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/prepare_vm/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ runs:
3737
mkdir build && cd build
3838
cmake -DCMAKE_BUILD_TYPE=Release ..
3939
sudo cmake --build . --config Release --target install
40+
cd ../../
41+
sudo rm -r llvm.sh libiconv-1.15.tar.gz v0.5.2.tar.gz v1.1.0.tar.gz \
42+
libiconv-1.15 base64-0.5.2 brotli-1.1.0
4043
mkdir ~/nayuki_md5/ && cd ~/nayuki_md5/
4144
wget -O nayuki_md5.c https://www.nayuki.io/res/fast-md5-hash-implementation-in-x86-assembly/md5.c
4245
touch nayuki_md5.h
43-
cd
4446
(V=4.8.1; curl -L https://github.com/ccache/ccache/releases/download/v${V}/ccache-${V}-linux-x86_64.tar.xz | \
4547
sudo tar -xJ -C /usr/local/bin/ --strip-components=1 --no-same-owner ccache-${V}-linux-x86_64/ccache)
46-
# sudo rm -r llvm.sh libiconv-1.15.tar.gz v0.5.2.tar.gz v1.1.0.tar.gz \
47-
# libiconv-1.15 base64-0.5.2 brotli-1.1.0

0 commit comments

Comments
 (0)