Skip to content

Commit 3d5a730

Browse files
authored
Update compile.yml
1 parent 2edb1e0 commit 3d5a730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Compile zipcracker for ARM
5151
run: |
52-
g++-aarch64-linux-gnu -std=c++17 -pthread src/zipcracker.cpp -o zipcracker -lzip
52+
aarch64-linux-gnu-g++ -std=c++17 -pthread src/zipcracker.cpp -o zipcracker -lzip
5353
5454
- name: Archive binary
5555
run: |

0 commit comments

Comments
 (0)