Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Oct 18, 2023
1 parent 1624624 commit f158337
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jwst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ jobs:

- name: Build & Check
run: |
sudo apt install -yq musl-tools musl-dev
# do not need in self-hosted runner
# sudo apt install -yq musl-tools musl-dev
pnpm i --frozen-lockfile --store=node_modules/.pnpm-store
cargo vendor > .cargo/config
cargo build --profile fast-release --package keck --target x86_64-unknown-linux-musl
Expand Down

0 comments on commit f158337

Please sign in to comment.