Skip to content

Commit

Permalink
Ensure fiberplane/fpx-types is checked in
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed Sep 17, 2024
1 parent faf8e33 commit 5f7109b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:
target: ${{ matrix.target }}
rustflags: "" # Do not fail on warnings, so reset the default value to empty

- name: pnpm install
- name: Install dependencies
run: pnpm install

- name: Build fiberplane/fpx-types
run: pnpm run build:types

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5f7109b

Please sign in to comment.