Skip to content

Commit

Permalink
miss deps
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue committed Jan 28, 2024
1 parent de69f5c commit cafb1dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- name: build clangd
run: ./build.sh
run: |
sudo apt update
sudo apt install vim git build-essential cmake ninja-build python3
./build.sh
- run: pnpm build
- uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit cafb1dc

Please sign in to comment.