Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz authored Oct 6, 2023
1 parent 4c4d503 commit 83efab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-gptk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Tap homebrew-apple
run: brew tap apple/apple http://github.com/Whisky-App/homebrew-apple
- name: Install taps
Expand Down

0 comments on commit 83efab8

Please sign in to comment.