Skip to content

Commit

Permalink
reinstalling xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
styler00dollar authored Oct 2, 2022
1 parent e208eb7 commit 63d7722
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ jobs:
- name: Install zimg
run: brew install zimg

- name: reinstalling xcode
run: |
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
- name: Install VapourSynth
run: |
git clone https://github.com/vapoursynth/vapoursynth --depth 1
Expand Down

0 comments on commit 63d7722

Please sign in to comment.