Skip to content

Commit

Permalink
Merge pull request #3940 from yabirgb/macos-packaging-fix
Browse files Browse the repository at this point in the history
Fix packaging for macos. Using wrong xcode
  • Loading branch information
LefterisJP committed Jan 14, 2022
2 parents 48d6954 + 78e1af1 commit b334daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rotki_packaging.yaml
Expand Up @@ -180,7 +180,6 @@ jobs:
env:
CI: true
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer
environment: macos_sign
strategy:
matrix:
Expand Down Expand Up @@ -219,6 +218,7 @@ jobs:
- name: Package
id: packaging
run: |
pip3 install --upgrade pip
pip3 install virtualenv
python3 -m virtualenv ~/venv
source ~/venv/bin/activate
Expand Down

0 comments on commit b334daf

Please sign in to comment.