Skip to content

Commit

Permalink
fix fastlane
Browse files Browse the repository at this point in the history
download packages
  • Loading branch information
mikaelacaron committed Oct 8, 2024
1 parent c077d4e commit a27aaaf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Enable Build Tools
run: cp fastlane/enable-build-tool-plugins.json ~/Library/org.swift.swiftpm/security/plugins.json

- name: Prepare xcconfig
run: cp Basic-Car-Maintenance.xcconfig.template Basic-Car-Maintenance.xcconfig
Expand All @@ -33,6 +30,12 @@ jobs:
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Install packages
run: xcodebuild -resolvePackageDependencies

- name: Enable Build Tools
run: cp fastlane/enable-build-tool-plugins.json ~/Library/org.swift.swiftpm/security/plugins.json

- name: Update dependencies
run: bundle install
Expand Down

0 comments on commit a27aaaf

Please sign in to comment.