Skip to content

Commit

Permalink
Try a random github copilot-suggested fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Mar 26, 2024
1 parent f58c8f7 commit a9dbc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
set -ex -o pipefail
dot_os=(.build/${{ matrix.spm_configuration }}/*.build/**/*.o)
dot_os=($(glob .build/${{ matrix.spm_configuration }}/*.build/**/*.o))
bin_params=("${dot_os[0]}")
for o in "${dot_os[@]:1}"; do
bin_params+=("-object" "${o}")
Expand Down

0 comments on commit a9dbc7a

Please sign in to comment.