Skip to content

Commit

Permalink
fix: actions build.yml, forgot actions/checkout@v4 before get build
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Oct 16, 2023
1 parent dc84ef9 commit bc5bf82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- build-linux
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/download
with:
platform: ios
Expand Down

0 comments on commit bc5bf82

Please sign in to comment.