Skip to content

Commit

Permalink
Update build-model-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Manolo-Esc authored Sep 6, 2024
1 parent eaa0977 commit ec62ca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-model-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:

- name: Install swift
run: |
ls /usr/bin
echo "111"
swift --version
echo "222"
brew uninstall swift
echo "333"
curl -o swift.pkg https://download.swift.org/swift-6.0-branch/xcode/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-08-22-a/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-08-22-a-osx.pkg
sudo installer -pkg swift.pkg -target /
echo "Instalación completa"
Expand Down

0 comments on commit ec62ca9

Please sign in to comment.