mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
changed xcode install in action
This commit is contained in:
parent
fbdb9d0827
commit
9d43c02201
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
xcode-version: latest-stable
|
||||
- name: install xcode cli tools
|
||||
if: ${{ matrix.os == 'macos-latest' }}
|
||||
run: xcode-select --install
|
||||
run: xcode-select --reset
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: setup python ${{ matrix.python-version }} on ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue