Skip to content

Commit 0bac007

Browse files
authored
Merge pull request #10 from bjorn3/patch-1
Remove -Zrun_dsymutil=no
2 parents dd766df + 957d9da commit 0bac007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: Compile
5656
uses: actions-rs/[email protected]
5757
with:
58-
command: rustc
59-
args: --release -- -Zrun_dsymutil=no
58+
command: build
59+
args: --release
6060

6161
- name: Test
6262
run: |

0 commit comments

Comments
 (0)