We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856341a commit 06cb86fCopy full SHA for 06cb86f
.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
16
- name: Set Up Dependencies
17
id: setup
18
run: |
19
+ sudo xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer
20
brew install ldid make fakeroot
21
echo "THEOS=${GITHUB_WORKSPACE}/theos" >> "${GITHUB_ENV}"
22
echo "PATH=/usr/local/opt/make/libexec/gnubin:${PATH}" >> "${GITHUB_ENV}"
0 commit comments