File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/prepare_vm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ runs:
37
37
mkdir build && cd build
38
38
cmake -DCMAKE_BUILD_TYPE=Release ..
39
39
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
40
43
mkdir ~/nayuki_md5/ && cd ~/nayuki_md5/
41
44
wget -O nayuki_md5.c https://www.nayuki.io/res/fast-md5-hash-implementation-in-x86-assembly/md5.c
42
45
touch nayuki_md5.h
43
- cd
44
46
(V=4.8.1; curl -L https://github.com/ccache/ccache/releases/download/v${V}/ccache-${V}-linux-x86_64.tar.xz | \
45
47
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
You can’t perform that action at this time.
0 commit comments