Skip to content

Commit

Permalink
Debugging commits
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Oct 15, 2024
1 parent fc2adb6 commit d5b1401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ jobs:

- run: rm -rf .build && rm -rf Package.swift

- run: swift --version

- run: danger-swift ci --verbose --failOnErrors
if: ${{ github.event_name == 'pull_request' }}
env:
Expand Down
2 changes: 2 additions & 0 deletions Scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ for ARG in "${SWIFT_LIB_FILES[@]}"; do
ARRAY+=("$BUILD_FOLDER/$ARG")
done

echo "Major version: $MAJOR_VERSION"

if [[ $MAJOR_VERSION -ge 6 ]]; then
BUILD_FOLDER+="/Modules"
SWIFT_LIB_FILES=($(ls "$BUILD_FOLDER"))
Expand Down

0 comments on commit d5b1401

Please sign in to comment.