Skip to content

Commit

Permalink
chore: add lost checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Sep 28, 2024
1 parent 7d70af1 commit ff3204b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/local-server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
runs-on: macos-latest

steps:
- uses: pnpm/action-setup@v2
with:
version: 9
- name: Checkout
uses: actions/checkout@v3

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit ff3204b

Please sign in to comment.