Skip to content

Commit

Permalink
removed force-cache-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Kibysh committed Sep 13, 2023
1 parent 9a9cfe4 commit d89e955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
- name: Print Swift Version
run: xcrun swift -version
- name: Build Native
run: swift build --target iOS-BLE-Library --force-resolved-versions
run: swift build --target iOS-BLE-Library
- name: Build Mock
run: swift build --target iOS-BLE-Library-Mock --force-resolved-versions
run: swift build --target iOS-BLE-Library-Mock
# Tests temporarily disabled
# - name: Test
# run: swift test -v --skip-build
Expand Down

0 comments on commit d89e955

Please sign in to comment.