Skip to content

Commit

Permalink
add instruction for vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikaree68 committed Mar 22, 2024
1 parent 11145c5 commit 54b91c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/prepare_vm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ runs:
(V=4.8.1; curl -L https://github.com/ccache/ccache/releases/download/v${V}/ccache-${V}-linux-x86_64.tar.xz | \
sudo tar -xJ -C /usr/local/bin/ --strip-components=1 --no-same-owner ccache-${V}-linux-x86_64/ccache)
sudo rm -rf llvm.sh libiconv-1.15
sudo git clone https://github.com/aklomp/base64.git
cd base64
sudo mkdir build
cd build
sudo cmake --build ..
sudo cmake --build . --target install
cd ../../
sudo rm -r ./base64

0 comments on commit 54b91c9

Please sign in to comment.