Skip to content

Commit

Permalink
build: try shiroa v0.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Dec 29, 2024
1 parent d691337 commit 7ceea04
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Make directories
run: |
if [ ! -d "${XDG_DATA_HOME:-$HOME/.local/share}" ]; then
echo "Creating data directory: ${XDG_DATA_HOME:-$HOME/.local/share}"
mkdir -p ${XDG_DATA_HOME:-$HOME/.local/share}
else
echo "Data directory already exists: ${XDG_DATA_HOME:-$HOME/.local/share}"
fi
if [ ! -d "${XDG_CACHE_HOME:-$HOME/.cache}" ]; then
echo "Creating cache directory: ${XDG_CACHE_HOME:-$HOME/.cache}"
mkdir -p ${XDG_CACHE_HOME:-$HOME/.cache}
else
echo "Cache directory already exists: ${XDG_CACHE_HOME:-$HOME/.cache}"
fi
- name: Install Mold
uses: rui314/setup-mold@v1
- name: Install Rust
Expand All @@ -64,7 +50,7 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | bash
- name: Download & install shiroa
run: |
curl -L https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.2.0-nightly5/shiroa-x86_64-unknown-linux-gnu.tar.gz | tar -xvz
curl -L https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.2.0-rc1/shiroa-x86_64-unknown-linux-gnu.tar.gz | tar -xvz
chmod +x shiroa-x86_64-unknown-linux-gnu/bin/shiroa
sudo cp shiroa-x86_64-unknown-linux-gnu/bin/shiroa /usr/bin/shiroa
- name: Run sccache-cache
Expand Down

0 comments on commit 7ceea04

Please sign in to comment.