ci: vendor commander dependency
This commit is contained in:
parent
eafef7fd58
commit
330c0220a6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -37,6 +37,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Fetch Commander dependency
|
||||
shell: bash
|
||||
run: git clone --depth 1 https://github.com/steipete/Commander.git ../Commander
|
||||
|
||||
- name: Select Xcode
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user