Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lyang2821 committed Nov 5, 2024
1 parent 538e8dd commit a2facf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
rustup update
rustup component add llvm-tools-preview
rustup target add x86_64-unknown-linux-musl
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
Expand All @@ -45,7 +46,7 @@ jobs:
run: cargo fetch --locked

- name: Build guest agent
run: cargo build -p lapdev-guest-agent --release --frozen
run: cargo build -p lapdev-guest-agent --target x86_64-unknown-linux-musl --release --frozen

- name: Create lapdev-dashboard/dist folder
run: mkdir -p lapdev-dashboard/dist
Expand Down

0 comments on commit a2facf2

Please sign in to comment.