Skip to content

Commit

Permalink
fix(): Added checkout to tauri ci
Browse files Browse the repository at this point in the history
  • Loading branch information
monntecc committed Jul 10, 2024
1 parent ebd9139 commit a78722f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
tauri:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down

0 comments on commit a78722f

Please sign in to comment.