Commit b13c5f7
committed
Fix CodeQL workflow: add empty backup extension for sed on macOS
The sed -i command on macOS requires a backup extension argument (even if empty),
while Linux does not. This was causing the 'Update Package.swift to use remote
MistKit branch' step to fail.
Changed: sed -i '' instead of sed -i
Fixes: https://github.com/brightdigit/BushelCloud/actions/runs/208243448541 parent 1183e38 commit b13c5f7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments