Commit cac5e8a
Fix compile-tests workflow
Moving source files out of the built dir effectively removed the built
dir, causing merge conflicts in the workflow that rebuilt the wasm tests
which were supposed to be in that dir.
Fix by doing a `--strategy ours` merge, then forcibly resetting the tree
state to the main branch, then checking out the built files. This
ensures that the tree contains precisely the upstream source code, plus
our built files, while keeping the parent tree.1 parent 39773f0 commit cac5e8a
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
| |||
0 commit comments